COLOR #BDEAAE

HEX: #BDEAAE
RGB: (189,234,174)

Color info

#BDEAAE contains mainly red and green colors. Web safe color of #BDEAAE is #CCFF99 (or #CF9).

RGB color model

#BDEAAE color RGB value is (189,234,174).

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

RGB channels and saturation

R 189 of 255 = 74%
G 234 of 255 = 92%
B 174 of 255 = 68%

189
234
174

R + G + B ~ 78%. #BDEAAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 234 + 174 = 597 (100%)
R 189 of 597 ~ 31.66%
G 234 of 597 ~ 39.2%
B 174 of 597 ~ 29.15%

%31.66
%39.2
%29.15

CMYK color model

#BDEAAE color CMYK value is (19,0,26,8).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 25.64%
  • key color value is 8.24%
CMYK:
(19,0,26,8)
C19M0Y26K8 
(19%,0%,26%,8%)
(0.19/0.00/0.26/0.08)	

CMYK percentages

%19.23
%0
%25.64
%8.24

Codes

Color #BDEAAE in popluar color models

BDEAAE
RGB189234174
HSL105°58.82%80.00%
HSB/HSV105°25.64%91.76%
CMYK19.23%0.00%25.64%
8.24%

Color #BDEAAE in popluar number systems.

HEXBDEAAE
Decimal189234174
Binary101111011110101010101110
Octal275352256

Shades and tints

Shades of #BDEAAE

#BDEAAE
(189,234,174)
#ACD59F
(172,213,159)
#9BC090
(155,192,144)
#8AAB81
(138,171,129)
#799672
(121,150,114)
#688163
(104,129,99)
#576C54
(87,108,84)
#465745
(70,87,69)
#354236
(53,66,54)
#242D27
(36,45,39)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #BDEAAE

#BDEAAE
(189,234,174)
#C3EBB5
(195,235,181)
#C9ECBC
(201,236,188)
#CFEDC3
(207,237,195)
#D5EECA
(213,238,202)
#DBEFD1
(219,239,209)
#E1F0D8
(225,240,216)
#E7F1DF
(231,241,223)
#EDF2E6
(237,242,230)
#F3F3ED
(243,243,237)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDEAAE; }

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

This text font color is #BDEAAE.


Background Color

.myBgColor { background-color: #BDEAAE; }

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

This div background color is #BDEAAE.


Border color

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

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

This div border color is #BDEAAE.


Opacity

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

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

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

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

This text has shadow with #BDEAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDEAAE on black background.


Color preview on white background

This text has color #BDEAAE on white background.



Black color preview on #BDEAAE background

This text has black color on #BDEAAE background.


White color preview on #BDEAAE background

This text has white color on #BDEAAE background.