COLOR #BDF7EE

HEX: #BDF7EE RGB: (189,247,238)

Color info

#BDF7EE contains red, green and blue colors in about the same proportion. Web safe color of #BDF7EE is #CCFFFF (or #CFF).

RGB color model

#BDF7EE color RGB value is (189,247,238).

RGB: (189,247,238) (74%, 97%, 93%)

RGB channels and saturation

R 189 of 255 = 74%
G 247 of 255 = 97%
B 238 of 255 = 93%

189
247
238

R + G + B ~ 88%. #BDF7EE is light color.

Portions of RGB colors in percentages

R + G + B = 189 + 247 + 238 = 674 (100%)
R 189 of 674 ~ 28.04%
G 247 of 674 ~ 36.65%
B 238 of 674 ~ 35.31'%

%28.04
%36.65
%35.31

CMYK color model

#BDF7EE color CMYK value is (23,0,4,3).

  • cyan value is 23.48%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 3.14%
CMYK: (23,0,4,3) C23M0Y4K3 (23%,0%,4%,3%) (0.23/0.00/0.04/0.03) 

CMYK percentages

%23.48
%0
%3.64
%3.14

Codes

Color #BDF7EE in popluar color models

BD F7 EE
RGB 189 247 238
HSL 171° 78.38% 85.49%
HSB/HSV 171° 23.48% 96.86%
CMYK 23.48% 0.00% 3.64%
3.14%

Color #BDF7EE in popluar number systems.

HEX BD F7 EE
Decimal 189 247 238
Binary 10111101 11110111 11101110
Octal 275 367 356

Shades and tints

Shades of #BDF7EE

#BDF7EE
(189,247,238)
#ACE1D9
(172,225,217)
#9BCBC4
(155,203,196)
#8AB5AF
(138,181,175)
#799F9A
(121,159,154)
#688985
(104,137,133)
#577370
(87,115,112)
#465D5B
(70,93,91)
#354746
(53,71,70)
#243131
(36,49,49)
#131B1C
(19,27,28)
#000000
(0,0,0)

Tints of #BDF7EE

#BDF7EE
(189,247,238)
#C3F7EF
(195,247,239)
#C9F7F0
(201,247,240)
#CFF7F1
(207,247,241)
#D5F7F2
(213,247,242)
#DBF7F3
(219,247,243)
#E1F7F4
(225,247,244)
#E7F7F5
(231,247,245)
#EDF7F6
(237,247,246)
#F3F7F7
(243,247,247)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF7EE color. Also use rgb(189,247,238) instead hex code.

Text Font Color

.myTextColor { color: #BDF7EE; }

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

This text font color is #BDF7EE.

Background Color

.myBgColor { background-color: #BDF7EE; }

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

This div background color is #BDF7EE.

Border color

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

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

This div border color is #BDF7EE.

Opacity

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

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

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

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

This text has shadow with #BDF7EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDF7EE.

Preview

Color preview on black background

This text has color #BDF7EE on black background.


Color preview on white background

This text has color #BDF7EE on white background.


Black color preview on #BDF7EE background

This text has black color on #BDF7EE background.


White color preview on #BDF7EE background

This text has white color on #BDF7EE background.


Related colors

Complementary color

Complementary color for #hex is #420811.


I love getcolorcode.com

Triadic colors

1 #EEBDF7 and #F7EEBD with #BDF7EE are triadic colors.

2 #EEF7BD and #F7BDEE with #BDF7EE are triadic colors.