COLOR #C8DAC5

HEX: #C8DAC5 RGB: (200,218,197)

Color info

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

RGB color model

#C8DAC5 color RGB value is (200,218,197).

RGB: (200,218,197) (78%, 85%, 77%)

RGB channels and saturation

R 200 of 255 = 78%
G 218 of 255 = 85%
B 197 of 255 = 77%

200
218
197

R + G + B ~ 80%. #C8DAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 218 + 197 = 615 (100%)
R 200 of 615 ~ 32.52%
G 218 of 615 ~ 35.45%
B 197 of 615 ~ 32.03'%

%32.52
%35.45
%32.03

CMYK color model

#C8DAC5 color CMYK value is (8,0,10,15).

  • cyan value is 8.26%
  • magenta value is 0.00%
  • yellow value is 9.63%
  • key color value is 14.51%
CMYK: (8,0,10,15) C8M0Y10K15 (8%,0%,10%,15%) (0.08/0.00/0.10/0.15) 

CMYK percentages

%8.26
%0
%9.63
%14.51

Codes

Color #C8DAC5 in popluar color models

C8 DA C5
RGB 200 218 197
HSL 111° 22.11% 81.37%
HSB/HSV 111° 9.63% 85.49%
CMYK 8.26% 0.00% 9.63%
14.51%

Color #C8DAC5 in popluar number systems.

HEX C8 DA C5
Decimal 200 218 197
Binary 11001000 11011010 11000101
Octal 310 332 305

Shades and tints

Shades of #C8DAC5

#C8DAC5
(200,218,197)
#B6C7B4
(182,199,180)
#A4B4A3
(164,180,163)
#92A192
(146,161,146)
#808E81
(128,142,129)
#6E7B70
(110,123,112)
#5C685F
(92,104,95)
#4A554E
(74,85,78)
#38423D
(56,66,61)
#262F2C
(38,47,44)
#141C1B
(20,28,27)
#000000
(0,0,0)

Tints of #C8DAC5

#C8DAC5
(200,218,197)
#CDDDCA
(205,221,202)
#D2E0CF
(210,224,207)
#D7E3D4
(215,227,212)
#DCE6D9
(220,230,217)
#E1E9DE
(225,233,222)
#E6ECE3
(230,236,227)
#EBEFE8
(235,239,232)
#F0F2ED
(240,242,237)
#F5F5F2
(245,245,242)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DAC5; }

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

This text font color is #C8DAC5.

Background Color

.myBgColor { background-color: #C8DAC5; }

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

This div background color is #C8DAC5.

Border color

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

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

This div border color is #C8DAC5.

Opacity

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

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

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

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

This text has shadow with #C8DAC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DAC5.

Preview

Color preview on black background

This text has color #C8DAC5 on black background.


Color preview on white background

This text has color #C8DAC5 on white background.


Black color preview on #C8DAC5 background

This text has black color on #C8DAC5 background.


White color preview on #C8DAC5 background

This text has white color on #C8DAC5 background.


Related colors

Complementary color

Complementary color for #hex is #37253A.


I love getcolorcode.com

Triadic colors

1 #C5C8DA and #DAC5C8 with #C8DAC5 are triadic colors.

2 #C5DAC8 and #DAC8C5 with #C8DAC5 are triadic colors.