COLOR #CEF3A4

HEX: #CEF3A4
RGB: (206,243,164)

Color info

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

RGB color model

#CEF3A4 color RGB value is (206,243,164).

  • red value is 206;
  • green value is 243;
  • blue value is 164.
RGB:
(206,243,164)
(81%,95%,64%)

RGB channels and saturation

R 206 of 255 = 81%
G 243 of 255 = 95%
B 164 of 255 = 64%

206
243
164

R + G + B ~ 80%. #CEF3A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 243 + 164 = 613 (100%)
R 206 of 613 ~ 33.61%
G 243 of 613 ~ 39.64%
B 164 of 613 ~ 26.75%

%33.61
%39.64
%26.75

CMYK color model

#CEF3A4 color CMYK value is (15,0,33,5).

  • cyan value is 15.23%
  • magenta value is 0.00%
  • yellow value is 32.51%
  • key color value is 4.71%
CMYK:
(15,0,33,5)
C15M0Y33K5 
(15%,0%,33%,5%)
(0.15/0.00/0.33/0.05)	

CMYK percentages

%15.23
%0
%32.51
%4.71

Codes

Color #CEF3A4 in popluar color models

CEF3A4
RGB206243164
HSL88°76.70%79.80%
HSB/HSV88°32.51%95.29%
CMYK15.23%0.00%32.51%
4.71%

Color #CEF3A4 in popluar number systems.

HEXCEF3A4
Decimal206243164
Binary110011101111001110100100
Octal316363244

Shades and tints

Shades of #CEF3A4

#CEF3A4
(206,243,164)
#BCDD96
(188,221,150)
#AAC788
(170,199,136)
#98B17A
(152,177,122)
#869B6C
(134,155,108)
#74855E
(116,133,94)
#626F50
(98,111,80)
#505942
(80,89,66)
#3E4334
(62,67,52)
#2C2D26
(44,45,38)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #CEF3A4

#CEF3A4
(206,243,164)
#D2F4AC
(210,244,172)
#D6F5B4
(214,245,180)
#DAF6BC
(218,246,188)
#DEF7C4
(222,247,196)
#E2F8CC
(226,248,204)
#E6F9D4
(230,249,212)
#EAFADC
(234,250,220)
#EEFBE4
(238,251,228)
#F2FCEC
(242,252,236)
#F6FDF4
(246,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF3A4 color. Also use rgb(206,243,164) instead hex code.

Text Font Color

.myTextColor { color: #CEF3A4; }

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

This text font color is #CEF3A4.


Background Color

.myBgColor { background-color: #CEF3A4; }

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

This div background color is #CEF3A4.


Border color

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

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

This div border color is #CEF3A4.


Opacity

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

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

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

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

This text has shadow with #CEF3A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF3A4 on black background.


Color preview on white background

This text has color #CEF3A4 on white background.



Black color preview on #CEF3A4 background

This text has black color on #CEF3A4 background.


White color preview on #CEF3A4 background

This text has white color on #CEF3A4 background.