COLOR #CCEAB1

HEX: #CCEAB1 RGB: (204,234,177)

Color info

#CCEAB1 contains red, green and blue colors in about the same proportion. Web safe color of #CCEAB1 is #CCFF99 (or #CF9).

RGB color model

#CCEAB1 color RGB value is (204,234,177).

RGB: (204,234,177) (80%, 92%, 69%)

RGB channels and saturation

R 204 of 255 = 80%
G 234 of 255 = 92%
B 177 of 255 = 69%

204
234
177

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

Portions of RGB colors in percentages

R + G + B = 204 + 234 + 177 = 615 (100%)
R 204 of 615 ~ 33.17%
G 234 of 615 ~ 38.05%
B 177 of 615 ~ 28.78'%

%33.17
%38.05
%28.78

CMYK color model

#CCEAB1 color CMYK value is (13,0,24,8).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 24.36%
  • key color value is 8.24%
CMYK: (13,0,24,8) C13M0Y24K8 (13%,0%,24%,8%) (0.13/0.00/0.24/0.08) 

CMYK percentages

%12.82
%0
%24.36
%8.24

Codes

Color #CCEAB1 in popluar color models

CC EA B1
RGB 204 234 177
HSL 92° 57.58% 80.59%
HSB/HSV 92° 24.36% 91.76%
CMYK 12.82% 0.00% 24.36%
8.24%

Color #CCEAB1 in popluar number systems.

HEX CC EA B1
Decimal 204 234 177
Binary 11001100 11101010 10110001
Octal 314 352 261

Shades and tints

Shades of #CCEAB1

#CCEAB1
(204,234,177)
#BAD5A1
(186,213,161)
#A8C091
(168,192,145)
#96AB81
(150,171,129)
#849671
(132,150,113)
#728161
(114,129,97)
#606C51
(96,108,81)
#4E5741
(78,87,65)
#3C4231
(60,66,49)
#2A2D21
(42,45,33)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #CCEAB1

#CCEAB1
(204,234,177)
#D0EBB8
(208,235,184)
#D4ECBF
(212,236,191)
#D8EDC6
(216,237,198)
#DCEECD
(220,238,205)
#E0EFD4
(224,239,212)
#E4F0DB
(228,240,219)
#E8F1E2
(232,241,226)
#ECF2E9
(236,242,233)
#F0F3F0
(240,243,240)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCEAB1 color. Also use rgb(204,234,177) instead hex code.

Text Font Color

.myTextColor { color: #CCEAB1; }

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

This text font color is #CCEAB1.

Background Color

.myBgColor { background-color: #CCEAB1; }

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

This div background color is #CCEAB1.

Border color

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

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

This div border color is #CCEAB1.

Opacity

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

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

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

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

This text has shadow with #CCEAB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCEAB1.

Preview

Color preview on black background

This text has color #CCEAB1 on black background.


Color preview on white background

This text has color #CCEAB1 on white background.


Black color preview on #CCEAB1 background

This text has black color on #CCEAB1 background.


White color preview on #CCEAB1 background

This text has white color on #CCEAB1 background.


Related colors

Complementary color

Complementary color for #hex is #33154E.


I love getcolorcode.com

Triadic colors

1 #B1CCEA and #EAB1CC with #CCEAB1 are triadic colors.

2 #B1EACC and #EACCB1 with #CCEAB1 are triadic colors.