COLOR #CCFFCB

HEX: #CCFFCB RGB: (204,255,203)

Color info

#CCFFCB contains red, green and blue colors in about the same proportion. Web safe color of #CCFFCB is #CCFFCC (or #CFC).

RGB color model

#CCFFCB color RGB value is (204,255,203).

RGB: (204,255,203) (80%, 100%, 80%)

RGB channels and saturation

R 204 of 255 = 80%
G 255 of 255 = 100%
B 203 of 255 = 80%

204
255
203

R + G + B ~ 87%. #CCFFCB is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 255 + 203 = 662 (100%)
R 204 of 662 ~ 30.82%
G 255 of 662 ~ 38.52%
B 203 of 662 ~ 30.66'%

%30.82
%38.52
%30.66

CMYK color model

#CCFFCB color CMYK value is (20,0,20,0).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 20.39%
  • key color value is 0.00%
CMYK: (20,0,20,0) C20M0Y20K0 (20%,0%,20%,0%) (0.20/0.00/0.20/0.00) 

CMYK percentages

%20
%0
%20.39
%0

Codes

Color #CCFFCB in popluar color models

CC FF CB
RGB 204 255 203
HSL 119° 100.00% 89.80%
HSB/HSV 119° 20.39% 100.00%
CMYK 20.00% 0.00% 20.39%
0.00%

Color #CCFFCB in popluar number systems.

HEX CC FF CB
Decimal 204 255 203
Binary 11001100 11111111 11001011
Octal 314 377 313

Shades and tints

Shades of #CCFFCB

#CCFFCB
(204,255,203)
#BAE8B9
(186,232,185)
#A8D1A7
(168,209,167)
#96BA95
(150,186,149)
#84A383
(132,163,131)
#728C71
(114,140,113)
#60755F
(96,117,95)
#4E5E4D
(78,94,77)
#3C473B
(60,71,59)
#2A3029
(42,48,41)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #CCFFCB

#CCFFCB
(204,255,203)
#D0FFCF
(208,255,207)
#D4FFD3
(212,255,211)
#D8FFD7
(216,255,215)
#DCFFDB
(220,255,219)
#E0FFDF
(224,255,223)
#E4FFE3
(228,255,227)
#E8FFE7
(232,255,231)
#ECFFEB
(236,255,235)
#F0FFEF
(240,255,239)
#F4FFF3
(244,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCFFCB color. Also use rgb(204,255,203) instead hex code.

Text Font Color

.myTextColor { color: #CCFFCB; }

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

This text font color is #CCFFCB.

Background Color

.myBgColor { background-color: #CCFFCB; }

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

This div background color is #CCFFCB.

Border color

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

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

This div border color is #CCFFCB.

Opacity

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

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

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

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

This text has shadow with #CCFFCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCFFCB.

Preview

Color preview on black background

This text has color #CCFFCB on black background.


Color preview on white background

This text has color #CCFFCB on white background.


Black color preview on #CCFFCB background

This text has black color on #CCFFCB background.


White color preview on #CCFFCB background

This text has white color on #CCFFCB background.


Related colors

Complementary color

Complementary color for #hex is #330034.


I love getcolorcode.com

Triadic colors

1 #CBCCFF and #FFCBCC with #CCFFCB are triadic colors.

2 #CBFFCC and #FFCCCB with #CCFFCB are triadic colors.