COLOR #CEF0BE

HEX: #CEF0BE
RGB: (206,240,190)

Color info

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

RGB color model

#CEF0BE color RGB value is (206,240,190).

  • red value is 206;
  • green value is 240;
  • blue value is 190.
RGB:
(206,240,190)
(81%,94%,75%)

RGB channels and saturation

R 206 of 255 = 81%
G 240 of 255 = 94%
B 190 of 255 = 75%

206
240
190

R + G + B ~ 83%. #CEF0BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 240 + 190 = 636 (100%)
R 206 of 636 ~ 32.39%
G 240 of 636 ~ 37.74%
B 190 of 636 ~ 29.87%

%32.39
%37.74
%29.87

CMYK color model

#CEF0BE color CMYK value is (14,0,21,6).

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 5.88%
CMYK:
(14,0,21,6)
C14M0Y21K6 
(14%,0%,21%,6%)
(0.14/0.00/0.21/0.06)	

CMYK percentages

%14.17
%0
%20.83
%5.88

Codes

Color #CEF0BE in popluar color models

CEF0BE
RGB206240190
HSL101°62.50%84.31%
HSB/HSV101°20.83%94.12%
CMYK14.17%0.00%20.83%
5.88%

Color #CEF0BE in popluar number systems.

HEXCEF0BE
Decimal206240190
Binary110011101111000010111110
Octal316360276

Shades and tints

Shades of #CEF0BE

#CEF0BE
(206,240,190)
#BCDBAD
(188,219,173)
#AAC69C
(170,198,156)
#98B18B
(152,177,139)
#869C7A
(134,156,122)
#748769
(116,135,105)
#627258
(98,114,88)
#505D47
(80,93,71)
#3E4836
(62,72,54)
#2C3325
(44,51,37)
#1A1E14
(26,30,20)
#000000
(0,0,0)

Tints of #CEF0BE

#CEF0BE
(206,240,190)
#D2F1C3
(210,241,195)
#D6F2C8
(214,242,200)
#DAF3CD
(218,243,205)
#DEF4D2
(222,244,210)
#E2F5D7
(226,245,215)
#E6F6DC
(230,246,220)
#EAF7E1
(234,247,225)
#EEF8E6
(238,248,230)
#F2F9EB
(242,249,235)
#F6FAF0
(246,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF0BE color. Also use rgb(206,240,190) instead hex code.

Text Font Color

.myTextColor { color: #CEF0BE; }

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

This text font color is #CEF0BE.


Background Color

.myBgColor { background-color: #CEF0BE; }

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

This div background color is #CEF0BE.


Border color

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

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

This div border color is #CEF0BE.


Opacity

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

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

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

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

This text has shadow with #CEF0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF0BE on black background.


Color preview on white background

This text has color #CEF0BE on white background.



Black color preview on #CEF0BE background

This text has black color on #CEF0BE background.


White color preview on #CEF0BE background

This text has white color on #CEF0BE background.