COLOR #BDF6EB

HEX: #BDF6EB
RGB: (189,246,235)

Color info

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

RGB color model

#BDF6EB color RGB value is (189,246,235).

  • red value is 189;
  • green value is 246;
  • blue value is 235.
RGB:
(189,246,235)
(74%,96%,92%)

RGB channels and saturation

R 189 of 255 = 74%
G 246 of 255 = 96%
B 235 of 255 = 92%

189
246
235

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

Portions of RGB colors in percentages

R + G + B =
189 + 246 + 235 = 670 (100%)
R 189 of 670 ~ 28.21%
G 246 of 670 ~ 36.72%
B 235 of 670 ~ 35.07%

%28.21
%36.72
%35.07

CMYK color model

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

  • cyan value is 23.17%
  • magenta value is 0.00%
  • yellow value is 4.47%
  • key color value is 3.53%
CMYK:
(23,0,4,4)
C23M0Y4K4 
(23%,0%,4%,4%)
(0.23/0.00/0.04/0.04)	

CMYK percentages

%23.17
%0
%4.47
%3.53

Codes

Color #BDF6EB in popluar color models

BDF6EB
RGB189246235
HSL168°76.00%85.29%
HSB/HSV168°23.17%96.47%
CMYK23.17%0.00%4.47%
3.53%

Color #BDF6EB in popluar number systems.

HEXBDF6EB
Decimal189246235
Binary101111011111011011101011
Octal275366353

Shades and tints

Shades of #BDF6EB

#BDF6EB
(189,246,235)
#ACE0D6
(172,224,214)
#9BCAC1
(155,202,193)
#8AB4AC
(138,180,172)
#799E97
(121,158,151)
#688882
(104,136,130)
#57726D
(87,114,109)
#465C58
(70,92,88)
#354643
(53,70,67)
#24302E
(36,48,46)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #BDF6EB

#BDF6EB
(189,246,235)
#C3F6EC
(195,246,236)
#C9F6ED
(201,246,237)
#CFF6EE
(207,246,238)
#D5F6EF
(213,246,239)
#DBF6F0
(219,246,240)
#E1F6F1
(225,246,241)
#E7F6F2
(231,246,242)
#EDF6F3
(237,246,243)
#F3F6F4
(243,246,244)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF6EB color. Also use rgb(189,246,235) instead hex code.

Text Font Color

.myTextColor { color: #BDF6EB; }

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

This text font color is #BDF6EB.


Background Color

.myBgColor { background-color: #BDF6EB; }

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

This div background color is #BDF6EB.


Border color

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

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

This div border color is #BDF6EB.


Opacity

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

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

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

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

This text has shadow with #BDF6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF6EB on black background.


Color preview on white background

This text has color #BDF6EB on white background.



Black color preview on #BDF6EB background

This text has black color on #BDF6EB background.


White color preview on #BDF6EB background

This text has white color on #BDF6EB background.