COLOR #C8E4CA

HEX: #C8E4CA RGB: (200,228,202)

Color info

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

RGB color model

#C8E4CA color RGB value is (200,228,202).

RGB: (200,228,202) (78%, 89%, 79%)

RGB channels and saturation

R 200 of 255 = 78%
G 228 of 255 = 89%
B 202 of 255 = 79%

200
228
202

R + G + B ~ 82%. #C8E4CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 228 + 202 = 630 (100%)
R 200 of 630 ~ 31.75%
G 228 of 630 ~ 36.19%
B 202 of 630 ~ 32.06'%

%31.75
%36.19
%32.06

CMYK color model

#C8E4CA color CMYK value is (12,0,11,11).

  • cyan value is 12.28%
  • magenta value is 0.00%
  • yellow value is 11.40%
  • key color value is 10.59%

CMYK: (12,0,11,11)
C12M0Y11K11 (12%, 0%, 11%, 11%)
(0.12 / 0.00 / 0.11 / 0.11)

CMYK percentages

%12.28
%0
%11.4
%10.59

Codes

Color #C8E4CA in popluar color models

C8 E4 CA
RGB 200 228 202
HSL 124° 34.15% 83.92%
HSB/HSV 124° 12.28% 89.41%
CMYK 12.28% 0.00% 11.40%
10.59%

Color #C8E4CA in popluar number systems.

HEX C8 E4 CA
Decimal 200 228 202
Binary 11001000 11100100 11001010
Octal 310 344 312

Shades and tints

Shades of #C8E4CA

#C8E4CA
(200,228,202)
#B6D0B8
(182,208,184)
#A4BCA6
(164,188,166)
#92A894
(146,168,148)
#809482
(128,148,130)
#6E8070
(110,128,112)
#5C6C5E
(92,108,94)
#4A584C
(74,88,76)
#38443A
(56,68,58)
#263028
(38,48,40)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #C8E4CA

#C8E4CA
(200,228,202)
#CDE6CE
(205,230,206)
#D2E8D2
(210,232,210)
#D7EAD6
(215,234,214)
#DCECDA
(220,236,218)
#E1EEDE
(225,238,222)
#E6F0E2
(230,240,226)
#EBF2E6
(235,242,230)
#F0F4EA
(240,244,234)
#F5F6EE
(245,246,238)
#FAF8F2
(250,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E4CA color. Also use rgb(200,228,202) instead hex code.

Text Font Color

.myTextColor { color: #C8E4CA; }

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

This text font color is #C8E4CA.

Background Color

.myBgColor { background-color: #C8E4CA; }

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

This div background color is #C8E4CA.

Border color

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

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

This div border color is #C8E4CA.

Opacity

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

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

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

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

This text has shadow with #C8E4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8E4CA.

Preview

Color preview on black background

This text has color #C8E4CA on black background.


Color preview on white background

This text has color #C8E4CA on white background.


Black color preview on #C8E4CA background

This text has black color on #C8E4CA background.


White color preview on #C8E4CA background

This text has white color on #C8E4CA background.


Related colors

Complementary color

Complementary color for #hex is #371B35.


I love getcolorcode.com

Triadic colors

1 #CAC8E4 and #E4CAC8 with #C8E4CA are triadic colors.

2 #CAE4C8 and #E4C8CA with #C8E4CA are triadic colors.