COLOR #BDEDCC

HEX: #BDEDCC
RGB: (189,237,204)

Color info

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

RGB color model

#BDEDCC color RGB value is (189,237,204).

  • red value is 189;
  • green value is 237;
  • blue value is 204.
RGB:
(189,237,204)
(74%,93%,80%)

RGB channels and saturation

R 189 of 255 = 74%
G 237 of 255 = 93%
B 204 of 255 = 80%

189
237
204

R + G + B ~ 82%. #BDEDCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 237 + 204 = 630 (100%)
R 189 of 630 ~ 30%
G 237 of 630 ~ 37.62%
B 204 of 630 ~ 32.38%

%30
%37.62
%32.38

CMYK color model

#BDEDCC color CMYK value is (20,0,14,7).

  • cyan value is 20.25%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 7.06%
CMYK:
(20,0,14,7)
C20M0Y14K7 
(20%,0%,14%,7%)
(0.20/0.00/0.14/0.07)	

CMYK percentages

%20.25
%0
%13.92
%7.06

Codes

Color #BDEDCC in popluar color models

BDEDCC
RGB189237204
HSL139°57.14%83.53%
HSB/HSV139°20.25%92.94%
CMYK20.25%0.00%13.92%
7.06%

Color #BDEDCC in popluar number systems.

HEXBDEDCC
Decimal189237204
Binary101111011110110111001100
Octal275355314

Shades and tints

Shades of #BDEDCC

#BDEDCC
(189,237,204)
#ACD8BA
(172,216,186)
#9BC3A8
(155,195,168)
#8AAE96
(138,174,150)
#799984
(121,153,132)
#688472
(104,132,114)
#576F60
(87,111,96)
#465A4E
(70,90,78)
#35453C
(53,69,60)
#24302A
(36,48,42)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #BDEDCC

#BDEDCC
(189,237,204)
#C3EED0
(195,238,208)
#C9EFD4
(201,239,212)
#CFF0D8
(207,240,216)
#D5F1DC
(213,241,220)
#DBF2E0
(219,242,224)
#E1F3E4
(225,243,228)
#E7F4E8
(231,244,232)
#EDF5EC
(237,245,236)
#F3F6F0
(243,246,240)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDEDCC color. Also use rgb(189,237,204) instead hex code.

Text Font Color

.myTextColor { color: #BDEDCC; }

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

This text font color is #BDEDCC.


Background Color

.myBgColor { background-color: #BDEDCC; }

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

This div background color is #BDEDCC.


Border color

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

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

This div border color is #BDEDCC.


Opacity

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

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

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

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

This text has shadow with #BDEDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDEDCC on black background.


Color preview on white background

This text has color #BDEDCC on white background.



Black color preview on #BDEDCC background

This text has black color on #BDEDCC background.


White color preview on #BDEDCC background

This text has white color on #BDEDCC background.