COLOR #C7DAB9

HEX: #C7DAB9 RGB: (199,218,185)

Color info

#C7DAB9 contains red, green and blue colors in about the same proportion. Web safe color of #C7DAB9 is #CCCCCC (or #CCC).

RGB color model

#C7DAB9 color RGB value is (199,218,185).

RGB: (199,218,185) (78%, 85%, 73%)

RGB channels and saturation

R 199 of 255 = 78%
G 218 of 255 = 85%
B 185 of 255 = 73%

199
218
185

R + G + B ~ 79%. #C7DAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 218 + 185 = 602 (100%)
R 199 of 602 ~ 33.06%
G 218 of 602 ~ 36.21%
B 185 of 602 ~ 30.73'%

%33.06
%36.21
%30.73

CMYK color model

#C7DAB9 color CMYK value is (9,0,15,15).

  • cyan value is 8.72%
  • magenta value is 0.00%
  • yellow value is 15.14%
  • key color value is 14.51%
CMYK: (9,0,15,15) C9M0Y15K15 (9%,0%,15%,15%) (0.09/0.00/0.15/0.15) 

CMYK percentages

%8.72
%0
%15.14
%14.51

Codes

Color #C7DAB9 in popluar color models

C7 DA B9
RGB 199 218 185
HSL 95° 30.84% 79.02%
HSB/HSV 95° 15.14% 85.49%
CMYK 8.72% 0.00% 15.14%
14.51%

Color #C7DAB9 in popluar number systems.

HEX C7 DA B9
Decimal 199 218 185
Binary 11000111 11011010 10111001
Octal 307 332 271

Shades and tints

Shades of #C7DAB9

#C7DAB9
(199,218,185)
#B5C7A9
(181,199,169)
#A3B499
(163,180,153)
#91A189
(145,161,137)
#7F8E79
(127,142,121)
#6D7B69
(109,123,105)
#5B6859
(91,104,89)
#495549
(73,85,73)
#374239
(55,66,57)
#252F29
(37,47,41)
#131C19
(19,28,25)
#000000
(0,0,0)

Tints of #C7DAB9

#C7DAB9
(199,218,185)
#CCDDBF
(204,221,191)
#D1E0C5
(209,224,197)
#D6E3CB
(214,227,203)
#DBE6D1
(219,230,209)
#E0E9D7
(224,233,215)
#E5ECDD
(229,236,221)
#EAEFE3
(234,239,227)
#EFF2E9
(239,242,233)
#F4F5EF
(244,245,239)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DAB9 color. Also use rgb(199,218,185) instead hex code.

Text Font Color

.myTextColor { color: #C7DAB9; }

<p style="color:#C7DAB9">This sample text font color is #C7DAB9.</p>

This text font color is #C7DAB9.

Background Color

.myBgColor { background-color: #C7DAB9; }

<div style="background-color:#C7DAB9">Inner text</div>

This div background color is #C7DAB9.

Border color

.myBorderColor { border: 1px solid #C7DAB9; }

<div style="border:3px solid #C7DAB9">Div</div>

This div border color is #C7DAB9.

Opacity

.myOpacity80 { color: #C7DAB9; opacity: 0.8; }

<p style="color:#C7DAB9;opacity:0.8;">80%</p>

Text with #C7DAB9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C7DAB9;}

<p style="text-shadow: 3px 3px 1px #C7DAB9">Text here.</p>

This text has shadow with #C7DAB9 color.


.textShadow {text-shadow: 3px 3px 1px #C7DAB9', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C7DAB9, 5px 5px 20px red">Text here.</p>

This text has shadow with #C7DAB9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7DAB9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C7DAB9, Direction=45, Strength=4)">Text</p>

This text has shadow with #C7DAB9 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7DAB9;
-webkit-box-shadow: 1px 1px 3px 2px #C7DAB9;
box-shadow: 1px 1px 3px 2px #C7DAB9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7DAB9; -webkit-box-shadow: 1px 1px 3px 2px #C7DAB9; box-shadow:1px 1px 3px 2px #C7DAB9;">
Div content here
</div>

This div box has shadow with color #C7DAB9.

Preview

Color preview on black background

This text has color #C7DAB9 on black background.


Color preview on white background

This text has color #C7DAB9 on white background.


Black color preview on #C7DAB9 background

This text has black color on #C7DAB9 background.


White color preview on #C7DAB9 background

This text has white color on #C7DAB9 background.


Related colors

Complementary color

Complementary color for #hex is #382546.


I love getcolorcode.com

Triadic colors

1 #B9C7DA and #DAB9C7 with #C7DAB9 are triadic colors.

2 #B9DAC7 and #DAC7B9 with #C7DAB9 are triadic colors.