COLOR #CEFB90

HEX: #CEFB90
RGB: (206,251,144)

Color info

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

RGB color model

#CEFB90 color RGB value is (206,251,144).

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

RGB channels and saturation

R 206 of 255 = 81%
G 251 of 255 = 98%
B 144 of 255 = 56%

206
251
144

R + G + B ~ 78%. #CEFB90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 251 + 144 = 601 (100%)
R 206 of 601 ~ 34.28%
G 251 of 601 ~ 41.76%
B 144 of 601 ~ 23.96%

%34.28
%41.76
%23.96

CMYK color model

#CEFB90 color CMYK value is (18,0,43,2).

  • cyan value is 17.93%
  • magenta value is 0.00%
  • yellow value is 42.63%
  • key color value is 1.57%
CMYK:
(18,0,43,2)
C18M0Y43K2 
(18%,0%,43%,2%)
(0.18/0.00/0.43/0.02)	

CMYK percentages

%17.93
%0
%42.63
%1.57

Codes

Color #CEFB90 in popluar color models

CEFB90
RGB206251144
HSL85°93.04%77.45%
HSB/HSV85°42.63%98.43%
CMYK17.93%0.00%42.63%
1.57%

Color #CEFB90 in popluar number systems.

HEXCEFB90
Decimal206251144
Binary110011101111101110010000
Octal316373220

Shades and tints

Shades of #CEFB90

#CEFB90
(206,251,144)
#BCE583
(188,229,131)
#AACF76
(170,207,118)
#98B969
(152,185,105)
#86A35C
(134,163,92)
#748D4F
(116,141,79)
#627742
(98,119,66)
#506135
(80,97,53)
#3E4B28
(62,75,40)
#2C351B
(44,53,27)
#1A1F0E
(26,31,14)
#000000
(0,0,0)

Tints of #CEFB90

#CEFB90
(206,251,144)
#D2FB9A
(210,251,154)
#D6FBA4
(214,251,164)
#DAFBAE
(218,251,174)
#DEFBB8
(222,251,184)
#E2FBC2
(226,251,194)
#E6FBCC
(230,251,204)
#EAFBD6
(234,251,214)
#EEFBE0
(238,251,224)
#F2FBEA
(242,251,234)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEFB90; }

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

This text font color is #CEFB90.


Background Color

.myBgColor { background-color: #CEFB90; }

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

This div background color is #CEFB90.


Border color

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

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

This div border color is #CEFB90.


Opacity

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

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

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

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

This text has shadow with #CEFB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEFB90 on black background.


Color preview on white background

This text has color #CEFB90 on white background.



Black color preview on #CEFB90 background

This text has black color on #CEFB90 background.


White color preview on #CEFB90 background

This text has white color on #CEFB90 background.