COLOR #BDFDDC

HEX: #BDFDDC
RGB: (189,253,220)

Color info

#BDFDDC contains mainly green and blue colors. Web safe color of #BDFDDC is #CCFFCC (or #CFC).

RGB color model

#BDFDDC color RGB value is (189,253,220).

  • red value is 189;
  • green value is 253;
  • blue value is 220.
RGB:
(189,253,220)
(74%,99%,86%)

RGB channels and saturation

R 189 of 255 = 74%
G 253 of 255 = 99%
B 220 of 255 = 86%

189
253
220

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

Portions of RGB colors in percentages

R + G + B =
189 + 253 + 220 = 662 (100%)
R 189 of 662 ~ 28.55%
G 253 of 662 ~ 38.22%
B 220 of 662 ~ 33.23%

%28.55
%38.22
%33.23

CMYK color model

#BDFDDC color CMYK value is (25,0,13,1).

  • cyan value is 25.30%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 0.78%
CMYK:
(25,0,13,1)
C25M0Y13K1 
(25%,0%,13%,1%)
(0.25/0.00/0.13/0.01)	

CMYK percentages

%25.3
%0
%13.04
%0.78

Codes

Color #BDFDDC in popluar color models

BDFDDC
RGB189253220
HSL149°94.12%86.67%
HSB/HSV149°25.30%99.22%
CMYK25.30%0.00%13.04%
0.78%

Color #BDFDDC in popluar number systems.

HEXBDFDDC
Decimal189253220
Binary101111011111110111011100
Octal275375334

Shades and tints

Shades of #BDFDDC

#BDFDDC
(189,253,220)
#ACE6C8
(172,230,200)
#9BCFB4
(155,207,180)
#8AB8A0
(138,184,160)
#79A18C
(121,161,140)
#688A78
(104,138,120)
#577364
(87,115,100)
#465C50
(70,92,80)
#35453C
(53,69,60)
#242E28
(36,46,40)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #BDFDDC

#BDFDDC
(189,253,220)
#C3FDDF
(195,253,223)
#C9FDE2
(201,253,226)
#CFFDE5
(207,253,229)
#D5FDE8
(213,253,232)
#DBFDEB
(219,253,235)
#E1FDEE
(225,253,238)
#E7FDF1
(231,253,241)
#EDFDF4
(237,253,244)
#F3FDF7
(243,253,247)
#F9FDFA
(249,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDFDDC color. Also use rgb(189,253,220) instead hex code.

Text Font Color

.myTextColor { color: #BDFDDC; }

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

This text font color is #BDFDDC.


Background Color

.myBgColor { background-color: #BDFDDC; }

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

This div background color is #BDFDDC.


Border color

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

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

This div border color is #BDFDDC.


Opacity

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

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

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

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

This text has shadow with #BDFDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDFDDC on black background.


Color preview on white background

This text has color #BDFDDC on white background.



Black color preview on #BDFDDC background

This text has black color on #BDFDDC background.


White color preview on #BDFDDC background

This text has white color on #BDFDDC background.