COLOR #EDBFC9

HEX: #EDBFC9 RGB: (237,191,201)

Color info

#EDBFC9 contains red, green and blue colors in about the same proportion. Web safe color of #EDBFC9 is #FFCCCC (or #FCC).

RGB color model

#EDBFC9 color RGB value is (237,191,201).

RGB: (237,191,201) (93%, 75%, 79%)

RGB channels and saturation

R 237 of 255 = 93%
G 191 of 255 = 75%
B 201 of 255 = 79%

237
191
201

R + G + B ~ 82%. #EDBFC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 191 + 201 = 629 (100%)
R 237 of 629 ~ 37.68%
G 191 of 629 ~ 30.37%
B 201 of 629 ~ 31.96'%

%37.68
%30.37
%31.96

CMYK color model

#EDBFC9 color CMYK value is (0,19,15,7).

  • cyan value is 0.00%
  • magenta value is 19.41%
  • yellow value is 15.19%
  • key color value is 7.06%

CMYK: (0,19,15,7)
C0M19Y15K7 (0%, 19%, 15%, 7%)
(0.00 / 0.19 / 0.15 / 0.07)

CMYK percentages

%0
%19.41
%15.19
%7.06

Codes

Color #EDBFC9 in popluar color models

ED BF C9
RGB 237 191 201
HSL 347° 56.10% 83.92%
HSB/HSV 347° 19.41% 92.94%
CMYK 0.00% 19.41% 15.19%
7.06%

Color #EDBFC9 in popluar number systems.

HEX ED BF C9
Decimal 237 191 201
Binary 11101101 10111111 11001001
Octal 355 277 311

Shades and tints

Shades of #EDBFC9

#EDBFC9
(237,191,201)
#D8AEB7
(216,174,183)
#C39DA5
(195,157,165)
#AE8C93
(174,140,147)
#997B81
(153,123,129)
#846A6F
(132,106,111)
#6F595D
(111,89,93)
#5A484B
(90,72,75)
#453739
(69,55,57)
#302627
(48,38,39)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #EDBFC9

#EDBFC9
(237,191,201)
#EEC4CD
(238,196,205)
#EFC9D1
(239,201,209)
#F0CED5
(240,206,213)
#F1D3D9
(241,211,217)
#F2D8DD
(242,216,221)
#F3DDE1
(243,221,225)
#F4E2E5
(244,226,229)
#F5E7E9
(245,231,233)
#F6ECED
(246,236,237)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDBFC9 color. Also use rgb(237,191,201) instead hex code.

Text Font Color

.myTextColor { color: #EDBFC9; }

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

This text font color is #EDBFC9.

Background Color

.myBgColor { background-color: #EDBFC9; }

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

This div background color is #EDBFC9.

Border color

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

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

This div border color is #EDBFC9.

Opacity

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

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

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

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

This text has shadow with #EDBFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDBFC9.

Preview

Color preview on black background

This text has color #EDBFC9 on black background.


Color preview on white background

This text has color #EDBFC9 on white background.


Black color preview on #EDBFC9 background

This text has black color on #EDBFC9 background.


White color preview on #EDBFC9 background

This text has white color on #EDBFC9 background.


Related colors

Complementary color

Complementary color for #hex is #124036.


I love getcolorcode.com

Triadic colors

1 #C9EDBF and #BFC9ED with #EDBFC9 are triadic colors.

2 #C9BFED and #BFEDC9 with #EDBFC9 are triadic colors.