COLOR #EDEFB7

HEX: #EDEFB7 RGB: (237,239,183)

Color info

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

RGB color model

#EDEFB7 color RGB value is (237,239,183).

RGB: (237,239,183) (93%, 94%, 72%)

RGB channels and saturation

R 237 of 255 = 93%
G 239 of 255 = 94%
B 183 of 255 = 72%

237
239
183

R + G + B ~ 86%. #EDEFB7 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 239 + 183 = 659 (100%)
R 237 of 659 ~ 35.96%
G 239 of 659 ~ 36.27%
B 183 of 659 ~ 27.77'%

%35.96
%36.27
%27.77

CMYK color model

#EDEFB7 color CMYK value is (1,0,23,6).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 23.43%
  • key color value is 6.27%

CMYK: (1,0,23,6)
C1M0Y23K6 (1%, 0%, 23%, 6%)
(0.01 / 0.00 / 0.23 / 0.06)

CMYK percentages

%0.84
%0
%23.43
%6.27

Codes

Color #EDEFB7 in popluar color models

ED EF B7
RGB 237 239 183
HSL 62° 63.64% 82.75%
HSB/HSV 62° 23.43% 93.73%
CMYK 0.84% 0.00% 23.43%
6.27%

Color #EDEFB7 in popluar number systems.

HEX ED EF B7
Decimal 237 239 183
Binary 11101101 11101111 10110111
Octal 355 357 267

Shades and tints

Shades of #EDEFB7

#EDEFB7
(237,239,183)
#D8DAA7
(216,218,167)
#C3C597
(195,197,151)
#AEB087
(174,176,135)
#999B77
(153,155,119)
#848667
(132,134,103)
#6F7157
(111,113,87)
#5A5C47
(90,92,71)
#454737
(69,71,55)
#303227
(48,50,39)
#1B1D17
(27,29,23)
#000000
(0,0,0)

Tints of #EDEFB7

#EDEFB7
(237,239,183)
#EEF0BD
(238,240,189)
#EFF1C3
(239,241,195)
#F0F2C9
(240,242,201)
#F1F3CF
(241,243,207)
#F2F4D5
(242,244,213)
#F3F5DB
(243,245,219)
#F4F6E1
(244,246,225)
#F5F7E7
(245,247,231)
#F6F8ED
(246,248,237)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDEFB7 color. Also use rgb(237,239,183) instead hex code.

Text Font Color

.myTextColor { color: #EDEFB7; }

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

This text font color is #EDEFB7.

Background Color

.myBgColor { background-color: #EDEFB7; }

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

This div background color is #EDEFB7.

Border color

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

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

This div border color is #EDEFB7.

Opacity

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

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

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

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

This text has shadow with #EDEFB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEFB7.

Preview

Color preview on black background

This text has color #EDEFB7 on black background.


Color preview on white background

This text has color #EDEFB7 on white background.


Black color preview on #EDEFB7 background

This text has black color on #EDEFB7 background.


White color preview on #EDEFB7 background

This text has white color on #EDEFB7 background.


Related colors

Complementary color

Complementary color for #hex is #121048.


I love getcolorcode.com

Triadic colors

1 #B7EDEF and #EFB7ED with #EDEFB7 are triadic colors.

2 #B7EFED and #EFEDB7 with #EDEFB7 are triadic colors.