COLOR #CEEEB2

HEX: #CEEEB2
RGB: (206,238,178)

Color info

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

RGB color model

#CEEEB2 color RGB value is (206,238,178).

  • red value is 206;
  • green value is 238;
  • blue value is 178.
RGB:
(206,238,178)
(81%,93%,70%)

RGB channels and saturation

R 206 of 255 = 81%
G 238 of 255 = 93%
B 178 of 255 = 70%

206
238
178

R + G + B ~ 81%. #CEEEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 238 + 178 = 622 (100%)
R 206 of 622 ~ 33.12%
G 238 of 622 ~ 38.26%
B 178 of 622 ~ 28.62%

%33.12
%38.26
%28.62

CMYK color model

#CEEEB2 color CMYK value is (13,0,25,7).

  • cyan value is 13.45%
  • magenta value is 0.00%
  • yellow value is 25.21%
  • key color value is 6.67%
CMYK:
(13,0,25,7)
C13M0Y25K7 
(13%,0%,25%,7%)
(0.13/0.00/0.25/0.07)	

CMYK percentages

%13.45
%0
%25.21
%6.67

Codes

Color #CEEEB2 in popluar color models

CEEEB2
RGB206238178
HSL92°63.83%81.57%
HSB/HSV92°25.21%93.33%
CMYK13.45%0.00%25.21%
6.67%

Color #CEEEB2 in popluar number systems.

HEXCEEEB2
Decimal206238178
Binary110011101110111010110010
Octal316356262

Shades and tints

Shades of #CEEEB2

#CEEEB2
(206,238,178)
#BCD9A2
(188,217,162)
#AAC492
(170,196,146)
#98AF82
(152,175,130)
#869A72
(134,154,114)
#748562
(116,133,98)
#627052
(98,112,82)
#505B42
(80,91,66)
#3E4632
(62,70,50)
#2C3122
(44,49,34)
#1A1C12
(26,28,18)
#000000
(0,0,0)

Tints of #CEEEB2

#CEEEB2
(206,238,178)
#D2EFB9
(210,239,185)
#D6F0C0
(214,240,192)
#DAF1C7
(218,241,199)
#DEF2CE
(222,242,206)
#E2F3D5
(226,243,213)
#E6F4DC
(230,244,220)
#EAF5E3
(234,245,227)
#EEF6EA
(238,246,234)
#F2F7F1
(242,247,241)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEEEB2 color. Also use rgb(206,238,178) instead hex code.

Text Font Color

.myTextColor { color: #CEEEB2; }

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

This text font color is #CEEEB2.


Background Color

.myBgColor { background-color: #CEEEB2; }

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

This div background color is #CEEEB2.


Border color

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

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

This div border color is #CEEEB2.


Opacity

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

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

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

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

This text has shadow with #CEEEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEEEB2 on black background.


Color preview on white background

This text has color #CEEEB2 on white background.



Black color preview on #CEEEB2 background

This text has black color on #CEEEB2 background.


White color preview on #CEEEB2 background

This text has white color on #CEEEB2 background.