COLOR #CEF1EB

HEX: #CEF1EB
RGB: (206,241,235)

Color info

#CEF1EB contains red, green and blue colors in about the same proportion. Web safe color of #CEF1EB is #CCFFFF (or #CFF).

RGB color model

#CEF1EB color RGB value is (206,241,235).

  • red value is 206;
  • green value is 241;
  • blue value is 235.
RGB:
(206,241,235)
(81%,95%,92%)

RGB channels and saturation

R 206 of 255 = 81%
G 241 of 255 = 95%
B 235 of 255 = 92%

206
241
235

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

Portions of RGB colors in percentages

R + G + B =
206 + 241 + 235 = 682 (100%)
R 206 of 682 ~ 30.21%
G 241 of 682 ~ 35.34%
B 235 of 682 ~ 34.46%

%30.21
%35.34
%34.46

CMYK color model

#CEF1EB color CMYK value is (15,0,2,5).

  • cyan value is 14.52%
  • magenta value is 0.00%
  • yellow value is 2.49%
  • key color value is 5.49%
CMYK:
(15,0,2,5)
C15M0Y2K5 
(15%,0%,2%,5%)
(0.15/0.00/0.02/0.05)	

CMYK percentages

%14.52
%0
%2.49
%5.49

Codes

Color #CEF1EB in popluar color models

CEF1EB
RGB206241235
HSL170°55.56%87.65%
HSB/HSV170°14.52%94.51%
CMYK14.52%0.00%2.49%
5.49%

Color #CEF1EB in popluar number systems.

HEXCEF1EB
Decimal206241235
Binary110011101111000111101011
Octal316361353

Shades and tints

Shades of #CEF1EB

#CEF1EB
(206,241,235)
#BCDCD6
(188,220,214)
#AAC7C1
(170,199,193)
#98B2AC
(152,178,172)
#869D97
(134,157,151)
#748882
(116,136,130)
#62736D
(98,115,109)
#505E58
(80,94,88)
#3E4943
(62,73,67)
#2C342E
(44,52,46)
#1A1F19
(26,31,25)
#000000
(0,0,0)

Tints of #CEF1EB

#CEF1EB
(206,241,235)
#D2F2EC
(210,242,236)
#D6F3ED
(214,243,237)
#DAF4EE
(218,244,238)
#DEF5EF
(222,245,239)
#E2F6F0
(226,246,240)
#E6F7F1
(230,247,241)
#EAF8F2
(234,248,242)
#EEF9F3
(238,249,243)
#F2FAF4
(242,250,244)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF1EB color. Also use rgb(206,241,235) instead hex code.

Text Font Color

.myTextColor { color: #CEF1EB; }

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

This text font color is #CEF1EB.


Background Color

.myBgColor { background-color: #CEF1EB; }

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

This div background color is #CEF1EB.


Border color

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

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

This div border color is #CEF1EB.


Opacity

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

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

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

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

This text has shadow with #CEF1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF1EB on black background.


Color preview on white background

This text has color #CEF1EB on white background.



Black color preview on #CEF1EB background

This text has black color on #CEF1EB background.


White color preview on #CEF1EB background

This text has white color on #CEF1EB background.