COLOR #BDDEAE

HEX: #BDDEAE
RGB: (189,222,174)

Color info

#BDDEAE contains red, green and blue colors in about the same proportion. Web safe color of #BDDEAE is #CCCC99 (or #CC9).

RGB color model

#BDDEAE color RGB value is (189,222,174).

  • red value is 189;
  • green value is 222;
  • blue value is 174.
RGB:
(189,222,174)
(74%,87%,68%)

RGB channels and saturation

R 189 of 255 = 74%
G 222 of 255 = 87%
B 174 of 255 = 68%

189
222
174

R + G + B ~ 76%. #BDDEAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 222 + 174 = 585 (100%)
R 189 of 585 ~ 32.31%
G 222 of 585 ~ 37.95%
B 174 of 585 ~ 29.74%

%32.31
%37.95
%29.74

CMYK color model

#BDDEAE color CMYK value is (15,0,22,13).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 12.94%
CMYK:
(15,0,22,13)
C15M0Y22K13 
(15%,0%,22%,13%)
(0.15/0.00/0.22/0.13)	

CMYK percentages

%14.86
%0
%21.62
%12.94

Codes

Color #BDDEAE in popluar color models

BDDEAE
RGB189222174
HSL101°42.11%77.65%
HSB/HSV101°21.62%87.06%
CMYK14.86%0.00%21.62%
12.94%

Color #BDDEAE in popluar number systems.

HEXBDDEAE
Decimal189222174
Binary101111011101111010101110
Octal275336256

Shades and tints

Shades of #BDDEAE

#BDDEAE
(189,222,174)
#ACCA9F
(172,202,159)
#9BB690
(155,182,144)
#8AA281
(138,162,129)
#798E72
(121,142,114)
#687A63
(104,122,99)
#576654
(87,102,84)
#465245
(70,82,69)
#353E36
(53,62,54)
#242A27
(36,42,39)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #BDDEAE

#BDDEAE
(189,222,174)
#C3E1B5
(195,225,181)
#C9E4BC
(201,228,188)
#CFE7C3
(207,231,195)
#D5EACA
(213,234,202)
#DBEDD1
(219,237,209)
#E1F0D8
(225,240,216)
#E7F3DF
(231,243,223)
#EDF6E6
(237,246,230)
#F3F9ED
(243,249,237)
#F9FCF4
(249,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDEAE color. Also use rgb(189,222,174) instead hex code.

Text Font Color

.myTextColor { color: #BDDEAE; }

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

This text font color is #BDDEAE.


Background Color

.myBgColor { background-color: #BDDEAE; }

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

This div background color is #BDDEAE.


Border color

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

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

This div border color is #BDDEAE.


Opacity

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

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

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

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

This text has shadow with #BDDEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDEAE on black background.


Color preview on white background

This text has color #BDDEAE on white background.



Black color preview on #BDDEAE background

This text has black color on #BDDEAE background.


White color preview on #BDDEAE background

This text has white color on #BDDEAE background.