COLOR #BDF1E3

HEX: #BDF1E3
RGB: (189,241,227)

Color info

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

RGB color model

#BDF1E3 color RGB value is (189,241,227).

  • red value is 189;
  • green value is 241;
  • blue value is 227.
RGB:
(189,241,227)
(74%,95%,89%)

RGB channels and saturation

R 189 of 255 = 74%
G 241 of 255 = 95%
B 227 of 255 = 89%

189
241
227

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

Portions of RGB colors in percentages

R + G + B =
189 + 241 + 227 = 657 (100%)
R 189 of 657 ~ 28.77%
G 241 of 657 ~ 36.68%
B 227 of 657 ~ 34.55%

%28.77
%36.68
%34.55

CMYK color model

#BDF1E3 color CMYK value is (22,0,6,5).

  • cyan value is 21.58%
  • magenta value is 0.00%
  • yellow value is 5.81%
  • key color value is 5.49%
CMYK:
(22,0,6,5)
C22M0Y6K5 
(22%,0%,6%,5%)
(0.22/0.00/0.06/0.05)	

CMYK percentages

%21.58
%0
%5.81
%5.49

Codes

Color #BDF1E3 in popluar color models

BDF1E3
RGB189241227
HSL164°65.00%84.31%
HSB/HSV164°21.58%94.51%
CMYK21.58%0.00%5.81%
5.49%

Color #BDF1E3 in popluar number systems.

HEXBDF1E3
Decimal189241227
Binary101111011111000111100011
Octal275361343

Shades and tints

Shades of #BDF1E3

#BDF1E3
(189,241,227)
#ACDCCF
(172,220,207)
#9BC7BB
(155,199,187)
#8AB2A7
(138,178,167)
#799D93
(121,157,147)
#68887F
(104,136,127)
#57736B
(87,115,107)
#465E57
(70,94,87)
#354943
(53,73,67)
#24342F
(36,52,47)
#131F1B
(19,31,27)
#000000
(0,0,0)

Tints of #BDF1E3

#BDF1E3
(189,241,227)
#C3F2E5
(195,242,229)
#C9F3E7
(201,243,231)
#CFF4E9
(207,244,233)
#D5F5EB
(213,245,235)
#DBF6ED
(219,246,237)
#E1F7EF
(225,247,239)
#E7F8F1
(231,248,241)
#EDF9F3
(237,249,243)
#F3FAF5
(243,250,245)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF1E3; }

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

This text font color is #BDF1E3.


Background Color

.myBgColor { background-color: #BDF1E3; }

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

This div background color is #BDF1E3.


Border color

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

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

This div border color is #BDF1E3.


Opacity

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

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

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

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

This text has shadow with #BDF1E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF1E3 on black background.


Color preview on white background

This text has color #BDF1E3 on white background.



Black color preview on #BDF1E3 background

This text has black color on #BDF1E3 background.


White color preview on #BDF1E3 background

This text has white color on #BDF1E3 background.