COLOR #CCF3B2

HEX: #CCF3B2
RGB: (204,243,178)

Color info

#CCF3B2 contains mainly red and green colors. Web safe color of #CCF3B2 is #CCFF99 (or #CF9).

RGB color model

#CCF3B2 color RGB value is (204,243,178).

  • red value is 204;
  • green value is 243;
  • blue value is 178.
RGB:
(204,243,178)
(80%,95%,70%)

RGB channels and saturation

R 204 of 255 = 80%
G 243 of 255 = 95%
B 178 of 255 = 70%

204
243
178

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

Portions of RGB colors in percentages

R + G + B =
204 + 243 + 178 = 625 (100%)
R 204 of 625 ~ 32.64%
G 243 of 625 ~ 38.88%
B 178 of 625 ~ 28.48%

%32.64
%38.88
%28.48

CMYK color model

#CCF3B2 color CMYK value is (16,0,27,5).

  • cyan value is 16.05%
  • magenta value is 0.00%
  • yellow value is 26.75%
  • key color value is 4.71%
CMYK:
(16,0,27,5)
C16M0Y27K5 
(16%,0%,27%,5%)
(0.16/0.00/0.27/0.05)	

CMYK percentages

%16.05
%0
%26.75
%4.71

Codes

Color #CCF3B2 in popluar color models

CCF3B2
RGB204243178
HSL96°73.03%82.55%
HSB/HSV96°26.75%95.29%
CMYK16.05%0.00%26.75%
4.71%

Color #CCF3B2 in popluar number systems.

HEXCCF3B2
Decimal204243178
Binary110011001111001110110010
Octal314363262

Shades and tints

Shades of #CCF3B2

#CCF3B2
(204,243,178)
#BADDA2
(186,221,162)
#A8C792
(168,199,146)
#96B182
(150,177,130)
#849B72
(132,155,114)
#728562
(114,133,98)
#606F52
(96,111,82)
#4E5942
(78,89,66)
#3C4332
(60,67,50)
#2A2D22
(42,45,34)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #CCF3B2

#CCF3B2
(204,243,178)
#D0F4B9
(208,244,185)
#D4F5C0
(212,245,192)
#D8F6C7
(216,246,199)
#DCF7CE
(220,247,206)
#E0F8D5
(224,248,213)
#E4F9DC
(228,249,220)
#E8FAE3
(232,250,227)
#ECFBEA
(236,251,234)
#F0FCF1
(240,252,241)
#F4FDF8
(244,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF3B2 color. Also use rgb(204,243,178) instead hex code.

Text Font Color

.myTextColor { color: #CCF3B2; }

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

This text font color is #CCF3B2.


Background Color

.myBgColor { background-color: #CCF3B2; }

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

This div background color is #CCF3B2.


Border color

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

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

This div border color is #CCF3B2.


Opacity

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

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

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

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

This text has shadow with #CCF3B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF3B2 on black background.


Color preview on white background

This text has color #CCF3B2 on white background.



Black color preview on #CCF3B2 background

This text has black color on #CCF3B2 background.


White color preview on #CCF3B2 background

This text has white color on #CCF3B2 background.