COLOR #BDF8E3

HEX: #BDF8E3 RGB: (189,248,227)

Color info

#BDF8E3 contains red, green and blue colors in about the same proportion. Web safe color of #BDF8E3 is #CCFFCC (or #CFC).

RGB color model

#BDF8E3 color RGB value is (189,248,227).

RGB: (189,248,227) (74%, 97%, 89%)

RGB channels and saturation

R 189 of 255 = 74%
G 248 of 255 = 97%
B 227 of 255 = 89%

189
248
227

R + G + B ~ 87%. #BDF8E3 is light color.

Portions of RGB colors in percentages

R + G + B = 189 + 248 + 227 = 664 (100%)
R 189 of 664 ~ 28.46%
G 248 of 664 ~ 37.35%
B 227 of 664 ~ 34.19'%

%28.46
%37.35
%34.19

CMYK color model

#BDF8E3 color CMYK value is (24,0,8,3).

  • cyan value is 23.79%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • key color value is 2.75%

CMYK: (24,0,8,3)
C24M0Y8K3 (24%, 0%, 8%, 3%)
(0.24 / 0.00 / 0.08 / 0.03)

CMYK percentages

%23.79
%0
%8.47
%2.75

Codes

Color #BDF8E3 in popluar color models

BD F8 E3
RGB 189 248 227
HSL 159° 80.82% 85.69%
HSB/HSV 159° 23.79% 97.25%
CMYK 23.79% 0.00% 8.47%
2.75%

Color #BDF8E3 in popluar number systems.

HEX BD F8 E3
Decimal 189 248 227
Binary 10111101 11111000 11100011
Octal 275 370 343

Shades and tints

Shades of #BDF8E3

#BDF8E3
(189,248,227)
#ACE2CF
(172,226,207)
#9BCCBB
(155,204,187)
#8AB6A7
(138,182,167)
#79A093
(121,160,147)
#688A7F
(104,138,127)
#57746B
(87,116,107)
#465E57
(70,94,87)
#354843
(53,72,67)
#24322F
(36,50,47)
#131C1B
(19,28,27)
#000000
(0,0,0)

Tints of #BDF8E3

#BDF8E3
(189,248,227)
#C3F8E5
(195,248,229)
#C9F8E7
(201,248,231)
#CFF8E9
(207,248,233)
#D5F8EB
(213,248,235)
#DBF8ED
(219,248,237)
#E1F8EF
(225,248,239)
#E7F8F1
(231,248,241)
#EDF8F3
(237,248,243)
#F3F8F5
(243,248,245)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF8E3 color. Also use rgb(189,248,227) instead hex code.

Text Font Color

.myTextColor { color: #BDF8E3; }

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

This text font color is #BDF8E3.

Background Color

.myBgColor { background-color: #BDF8E3; }

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

This div background color is #BDF8E3.

Border color

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

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

This div border color is #BDF8E3.

Opacity

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

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

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

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

This text has shadow with #BDF8E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDF8E3.

Preview

Color preview on black background

This text has color #BDF8E3 on black background.


Color preview on white background

This text has color #BDF8E3 on white background.


Black color preview on #BDF8E3 background

This text has black color on #BDF8E3 background.


White color preview on #BDF8E3 background

This text has white color on #BDF8E3 background.


Related colors

Complementary color

Complementary color for #hex is #42071C.


I love getcolorcode.com

Triadic colors

1 #E3BDF8 and #F8E3BD with #BDF8E3 are triadic colors.

2 #E3F8BD and #F8BDE3 with #BDF8E3 are triadic colors.