COLOR #CCE3C1

HEX: #CCE3C1 RGB: (204,227,193)

Color info

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

RGB color model

#CCE3C1 color RGB value is (204,227,193).

RGB: (204,227,193) (80%, 89%, 76%)

RGB channels and saturation

R 204 of 255 = 80%
G 227 of 255 = 89%
B 193 of 255 = 76%

204
227
193

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

Portions of RGB colors in percentages

R + G + B = 204 + 227 + 193 = 624 (100%)
R 204 of 624 ~ 32.69%
G 227 of 624 ~ 36.38%
B 193 of 624 ~ 30.93'%

%32.69
%36.38
%30.93

CMYK color model

#CCE3C1 color CMYK value is (10,0,15,11).

  • cyan value is 10.13%
  • magenta value is 0.00%
  • yellow value is 14.98%
  • key color value is 10.98%

CMYK: (10,0,15,11)
C10M0Y15K11 (10%, 0%, 15%, 11%)
(0.10 / 0.00 / 0.15 / 0.11)

CMYK percentages

%10.13
%0
%14.98
%10.98

Codes

Color #CCE3C1 in popluar color models

CC E3 C1
RGB 204 227 193
HSL 101° 37.78% 82.35%
HSB/HSV 101° 14.98% 89.02%
CMYK 10.13% 0.00% 14.98%
10.98%

Color #CCE3C1 in popluar number systems.

HEX CC E3 C1
Decimal 204 227 193
Binary 11001100 11100011 11000001
Octal 314 343 301

Shades and tints

Shades of #CCE3C1

#CCE3C1
(204,227,193)
#BACFB0
(186,207,176)
#A8BB9F
(168,187,159)
#96A78E
(150,167,142)
#84937D
(132,147,125)
#727F6C
(114,127,108)
#606B5B
(96,107,91)
#4E574A
(78,87,74)
#3C4339
(60,67,57)
#2A2F28
(42,47,40)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #CCE3C1

#CCE3C1
(204,227,193)
#D0E5C6
(208,229,198)
#D4E7CB
(212,231,203)
#D8E9D0
(216,233,208)
#DCEBD5
(220,235,213)
#E0EDDA
(224,237,218)
#E4EFDF
(228,239,223)
#E8F1E4
(232,241,228)
#ECF3E9
(236,243,233)
#F0F5EE
(240,245,238)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE3C1 color. Also use rgb(204,227,193) instead hex code.

Text Font Color

.myTextColor { color: #CCE3C1; }

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

This text font color is #CCE3C1.

Background Color

.myBgColor { background-color: #CCE3C1; }

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

This div background color is #CCE3C1.

Border color

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

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

This div border color is #CCE3C1.

Opacity

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

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

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

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

This text has shadow with #CCE3C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE3C1.

Preview

Color preview on black background

This text has color #CCE3C1 on black background.


Color preview on white background

This text has color #CCE3C1 on white background.


Black color preview on #CCE3C1 background

This text has black color on #CCE3C1 background.


White color preview on #CCE3C1 background

This text has white color on #CCE3C1 background.


Related colors

Complementary color

Complementary color for #hex is #331C3E.


I love getcolorcode.com

Triadic colors

1 #C1CCE3 and #E3C1CC with #CCE3C1 are triadic colors.

2 #C1E3CC and #E3CCC1 with #CCE3C1 are triadic colors.