COLOR #CCFBE2

HEX: #CCFBE2
RGB: (204,251,226)

Color info

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

RGB color model

#CCFBE2 color RGB value is (204,251,226).

  • red value is 204;
  • green value is 251;
  • blue value is 226.
RGB:
(204,251,226)
(80%,98%,89%)

RGB channels and saturation

R 204 of 255 = 80%
G 251 of 255 = 98%
B 226 of 255 = 89%

204
251
226

R + G + B ~ 89%. #CCFBE2 is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 251 + 226 = 681 (100%)
R 204 of 681 ~ 29.96%
G 251 of 681 ~ 36.86%
B 226 of 681 ~ 33.19%

%29.96
%36.86
%33.19

CMYK color model

#CCFBE2 color CMYK value is (19,0,10,2).

  • cyan value is 18.73%
  • magenta value is 0.00%
  • yellow value is 9.96%
  • key color value is 1.57%
CMYK:
(19,0,10,2)
C19M0Y10K2 
(19%,0%,10%,2%)
(0.19/0.00/0.10/0.02)	

CMYK percentages

%18.73
%0
%9.96
%1.57

Codes

Color #CCFBE2 in popluar color models

CCFBE2
RGB204251226
HSL148°85.45%89.22%
HSB/HSV148°18.73%98.43%
CMYK18.73%0.00%9.96%
1.57%

Color #CCFBE2 in popluar number systems.

HEXCCFBE2
Decimal204251226
Binary110011001111101111100010
Octal314373342

Shades and tints

Shades of #CCFBE2

#CCFBE2
(204,251,226)
#BAE5CE
(186,229,206)
#A8CFBA
(168,207,186)
#96B9A6
(150,185,166)
#84A392
(132,163,146)
#728D7E
(114,141,126)
#60776A
(96,119,106)
#4E6156
(78,97,86)
#3C4B42
(60,75,66)
#2A352E
(42,53,46)
#181F1A
(24,31,26)
#000000
(0,0,0)

Tints of #CCFBE2

#CCFBE2
(204,251,226)
#D0FBE4
(208,251,228)
#D4FBE6
(212,251,230)
#D8FBE8
(216,251,232)
#DCFBEA
(220,251,234)
#E0FBEC
(224,251,236)
#E4FBEE
(228,251,238)
#E8FBF0
(232,251,240)
#ECFBF2
(236,251,242)
#F0FBF4
(240,251,244)
#F4FBF6
(244,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCFBE2 color. Also use rgb(204,251,226) instead hex code.

Text Font Color

.myTextColor { color: #CCFBE2; }

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

This text font color is #CCFBE2.


Background Color

.myBgColor { background-color: #CCFBE2; }

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

This div background color is #CCFBE2.


Border color

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

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

This div border color is #CCFBE2.


Opacity

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

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

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

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

This text has shadow with #CCFBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFBE2 on black background.


Color preview on white background

This text has color #CCFBE2 on white background.



Black color preview on #CCFBE2 background

This text has black color on #CCFBE2 background.


White color preview on #CCFBE2 background

This text has white color on #CCFBE2 background.