COLOR #CEFBE4

HEX: #CEFBE4
RGB: (206,251,228)

Color info

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

RGB color model

#CEFBE4 color RGB value is (206,251,228).

  • red value is 206;
  • green value is 251;
  • blue value is 228.
RGB:
(206,251,228)
(81%,98%,89%)

RGB channels and saturation

R 206 of 255 = 81%
G 251 of 255 = 98%
B 228 of 255 = 89%

206
251
228

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

Portions of RGB colors in percentages

R + G + B =
206 + 251 + 228 = 685 (100%)
R 206 of 685 ~ 30.07%
G 251 of 685 ~ 36.64%
B 228 of 685 ~ 33.28%

%30.07
%36.64
%33.28

CMYK color model

#CEFBE4 color CMYK value is (18,0,9,2).

  • cyan value is 17.93%
  • magenta value is 0.00%
  • yellow value is 9.16%
  • key color value is 1.57%
CMYK:
(18,0,9,2)
C18M0Y9K2 
(18%,0%,9%,2%)
(0.18/0.00/0.09/0.02)	

CMYK percentages

%17.93
%0
%9.16
%1.57

Codes

Color #CEFBE4 in popluar color models

CEFBE4
RGB206251228
HSL149°84.91%89.61%
HSB/HSV149°17.93%98.43%
CMYK17.93%0.00%9.16%
1.57%

Color #CEFBE4 in popluar number systems.

HEXCEFBE4
Decimal206251228
Binary110011101111101111100100
Octal316373344

Shades and tints

Shades of #CEFBE4

#CEFBE4
(206,251,228)
#BCE5D0
(188,229,208)
#AACFBC
(170,207,188)
#98B9A8
(152,185,168)
#86A394
(134,163,148)
#748D80
(116,141,128)
#62776C
(98,119,108)
#506158
(80,97,88)
#3E4B44
(62,75,68)
#2C3530
(44,53,48)
#1A1F1C
(26,31,28)
#000000
(0,0,0)

Tints of #CEFBE4

#CEFBE4
(206,251,228)
#D2FBE6
(210,251,230)
#D6FBE8
(214,251,232)
#DAFBEA
(218,251,234)
#DEFBEC
(222,251,236)
#E2FBEE
(226,251,238)
#E6FBF0
(230,251,240)
#EAFBF2
(234,251,242)
#EEFBF4
(238,251,244)
#F2FBF6
(242,251,246)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEFBE4 color. Also use rgb(206,251,228) instead hex code.

Text Font Color

.myTextColor { color: #CEFBE4; }

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

This text font color is #CEFBE4.


Background Color

.myBgColor { background-color: #CEFBE4; }

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

This div background color is #CEFBE4.


Border color

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

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

This div border color is #CEFBE4.


Opacity

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

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

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

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

This text has shadow with #CEFBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEFBE4 on black background.


Color preview on white background

This text has color #CEFBE4 on white background.



Black color preview on #CEFBE4 background

This text has black color on #CEFBE4 background.


White color preview on #CEFBE4 background

This text has white color on #CEFBE4 background.