COLOR #CEEEB6

HEX: #CEEEB6
RGB: (206,238,182)

Color info

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

RGB color model

#CEEEB6 color RGB value is (206,238,182).

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

RGB channels and saturation

R 206 of 255 = 81%
G 238 of 255 = 93%
B 182 of 255 = 71%

206
238
182

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

Portions of RGB colors in percentages

R + G + B =
206 + 238 + 182 = 626 (100%)
R 206 of 626 ~ 32.91%
G 238 of 626 ~ 38.02%
B 182 of 626 ~ 29.07%

%32.91
%38.02
%29.07

CMYK color model

#CEEEB6 color CMYK value is (13,0,24,7).

  • cyan value is 13.45%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 6.67%
CMYK:
(13,0,24,7)
C13M0Y24K7 
(13%,0%,24%,7%)
(0.13/0.00/0.24/0.07)	

CMYK percentages

%13.45
%0
%23.53
%6.67

Codes

Color #CEEEB6 in popluar color models

CEEEB6
RGB206238182
HSL94°62.22%82.35%
HSB/HSV94°23.53%93.33%
CMYK13.45%0.00%23.53%
6.67%

Color #CEEEB6 in popluar number systems.

HEXCEEEB6
Decimal206238182
Binary110011101110111010110110
Octal316356266

Shades and tints

Shades of #CEEEB6

#CEEEB6
(206,238,182)
#BCD9A6
(188,217,166)
#AAC496
(170,196,150)
#98AF86
(152,175,134)
#869A76
(134,154,118)
#748566
(116,133,102)
#627056
(98,112,86)
#505B46
(80,91,70)
#3E4636
(62,70,54)
#2C3126
(44,49,38)
#1A1C16
(26,28,22)
#000000
(0,0,0)

Tints of #CEEEB6

#CEEEB6
(206,238,182)
#D2EFBC
(210,239,188)
#D6F0C2
(214,240,194)
#DAF1C8
(218,241,200)
#DEF2CE
(222,242,206)
#E2F3D4
(226,243,212)
#E6F4DA
(230,244,218)
#EAF5E0
(234,245,224)
#EEF6E6
(238,246,230)
#F2F7EC
(242,247,236)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEEEB6; }

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

This text font color is #CEEEB6.


Background Color

.myBgColor { background-color: #CEEEB6; }

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

This div background color is #CEEEB6.


Border color

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

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

This div border color is #CEEEB6.


Opacity

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

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

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

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

This text has shadow with #CEEEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEEEB6 on black background.


Color preview on white background

This text has color #CEEEB6 on white background.



Black color preview on #CEEEB6 background

This text has black color on #CEEEB6 background.


White color preview on #CEEEB6 background

This text has white color on #CEEEB6 background.