COLOR #EFFBCB

HEX: #EFFBCB
RGB: (239,251,203)

Color info

#EFFBCB contains red, green and blue colors in about the same proportion. Web safe color of #EFFBCB is #FFFFCC (or #FFC).

RGB color model

#EFFBCB color RGB value is (239,251,203).

  • red value is 239;
  • green value is 251;
  • blue value is 203.
RGB:
(239,251,203)
(94%,98%,80%)

RGB channels and saturation

R 239 of 255 = 94%
G 251 of 255 = 98%
B 203 of 255 = 80%

239
251
203

R + G + B ~ 91%. #EFFBCB is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 251 + 203 = 693 (100%)
R 239 of 693 ~ 34.49%
G 251 of 693 ~ 36.22%
B 203 of 693 ~ 29.29%

%34.49
%36.22
%29.29

CMYK color model

#EFFBCB color CMYK value is (5,0,19,2).

  • cyan value is 4.78%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 1.57%
CMYK:
(5,0,19,2)
C5M0Y19K2 
(5%,0%,19%,2%)
(0.05/0.00/0.19/0.02)	

CMYK percentages

%4.78
%0
%19.12
%1.57

Codes

Color #EFFBCB in popluar color models

EFFBCB
RGB239251203
HSL75°85.71%89.02%
HSB/HSV75°19.12%98.43%
CMYK4.78%0.00%19.12%
1.57%

Color #EFFBCB in popluar number systems.

HEXEFFBCB
Decimal239251203
Binary111011111111101111001011
Octal357373313

Shades and tints

Shades of #EFFBCB

#EFFBCB
(239,251,203)
#DAE5B9
(218,229,185)
#C5CFA7
(197,207,167)
#B0B995
(176,185,149)
#9BA383
(155,163,131)
#868D71
(134,141,113)
#71775F
(113,119,95)
#5C614D
(92,97,77)
#474B3B
(71,75,59)
#323529
(50,53,41)
#1D1F17
(29,31,23)
#000000
(0,0,0)

Tints of #EFFBCB

#EFFBCB
(239,251,203)
#F0FBCF
(240,251,207)
#F1FBD3
(241,251,211)
#F2FBD7
(242,251,215)
#F3FBDB
(243,251,219)
#F4FBDF
(244,251,223)
#F5FBE3
(245,251,227)
#F6FBE7
(246,251,231)
#F7FBEB
(247,251,235)
#F8FBEF
(248,251,239)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFBCB color. Also use rgb(239,251,203) instead hex code.

Text Font Color

.myTextColor { color: #EFFBCB; }

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

This text font color is #EFFBCB.


Background Color

.myBgColor { background-color: #EFFBCB; }

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

This div background color is #EFFBCB.


Border color

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

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

This div border color is #EFFBCB.


Opacity

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

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

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

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

This text has shadow with #EFFBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFBCB on black background.


Color preview on white background

This text has color #EFFBCB on white background.



Black color preview on #EFFBCB background

This text has black color on #EFFBCB background.


White color preview on #EFFBCB background

This text has white color on #EFFBCB background.