COLOR #C5DAC0

HEX: #C5DAC0 RGB: (197,218,192)

Color info

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

RGB color model

#C5DAC0 color RGB value is (197,218,192).

RGB: (197,218,192) (77%, 85%, 75%)

RGB channels and saturation

R 197 of 255 = 77%
G 218 of 255 = 85%
B 192 of 255 = 75%

197
218
192

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

Portions of RGB colors in percentages

R + G + B = 197 + 218 + 192 = 607 (100%)
R 197 of 607 ~ 32.45%
G 218 of 607 ~ 35.91%
B 192 of 607 ~ 31.63'%

%32.45
%35.91
%31.63

CMYK color model

#C5DAC0 color CMYK value is (10,0,12,15).

  • cyan value is 9.63%
  • magenta value is 0.00%
  • yellow value is 11.93%
  • key color value is 14.51%

CMYK: (10,0,12,15)
C10M0Y12K15 (10%, 0%, 12%, 15%)
(0.10 / 0.00 / 0.12 / 0.15)

CMYK percentages

%9.63
%0
%11.93
%14.51

Codes

Color #C5DAC0 in popluar color models

C5 DA C0
RGB 197 218 192
HSL 108° 26.00% 80.39%
HSB/HSV 108° 11.93% 85.49%
CMYK 9.63% 0.00% 11.93%
14.51%

Color #C5DAC0 in popluar number systems.

HEX C5 DA C0
Decimal 197 218 192
Binary 11000101 11011010 11000000
Octal 305 332 300

Shades and tints

Shades of #C5DAC0

#C5DAC0
(197,218,192)
#B4C7AF
(180,199,175)
#A3B49E
(163,180,158)
#92A18D
(146,161,141)
#818E7C
(129,142,124)
#707B6B
(112,123,107)
#5F685A
(95,104,90)
#4E5549
(78,85,73)
#3D4238
(61,66,56)
#2C2F27
(44,47,39)
#1B1C16
(27,28,22)
#000000
(0,0,0)

Tints of #C5DAC0

#C5DAC0
(197,218,192)
#CADDC5
(202,221,197)
#CFE0CA
(207,224,202)
#D4E3CF
(212,227,207)
#D9E6D4
(217,230,212)
#DEE9D9
(222,233,217)
#E3ECDE
(227,236,222)
#E8EFE3
(232,239,227)
#EDF2E8
(237,242,232)
#F2F5ED
(242,245,237)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DAC0 color. Also use rgb(197,218,192) instead hex code.

Text Font Color

.myTextColor { color: #C5DAC0; }

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

This text font color is #C5DAC0.

Background Color

.myBgColor { background-color: #C5DAC0; }

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

This div background color is #C5DAC0.

Border color

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

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

This div border color is #C5DAC0.

Opacity

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

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

Text with #C5DAC0 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 #C5DAC0;}

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

This text has shadow with #C5DAC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DAC0.

Preview

Color preview on black background

This text has color #C5DAC0 on black background.


Color preview on white background

This text has color #C5DAC0 on white background.


Black color preview on #C5DAC0 background

This text has black color on #C5DAC0 background.


White color preview on #C5DAC0 background

This text has white color on #C5DAC0 background.


Related colors

Complementary color

Complementary color for #hex is #3A253F.


I love getcolorcode.com

Triadic colors

1 #C0C5DA and #DAC0C5 with #C5DAC0 are triadic colors.

2 #C0DAC5 and #DAC5C0 with #C5DAC0 are triadic colors.