COLOR #BAE7C9

HEX: #BAE7C9
RGB: (186,231,201)

Color info

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

RGB color model

#BAE7C9 color RGB value is (186,231,201).

  • red value is 186;
  • green value is 231;
  • blue value is 201.
RGB: (186,231,201) (73%,91%,79%)

RGB channels and saturation

R 186 of 255 = 73%
G 231 of 255 = 91%
B 201 of 255 = 79%

186
231
201

R + G + B ~ 81%. #BAE7C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 231 + 201 = 618 (100%)
R 186 of 618 ~ 30.1%
G 231 of 618 ~ 37.38%
B 201 of 618 ~ 32.52%

%30.1
%37.38
%32.52

CMYK color model

#BAE7C9 color CMYK value is (19,0,13,9).

  • cyan value is 19.48%
  • magenta value is 0.00%
  • yellow value is 12.99%
  • key color value is 9.41%
CMYK: (19,0,13,9) C19M0Y13K9 (19%,0%,13%,9%) (0.19/0.00/0.13/0.09)

CMYK percentages

%19.48
%0
%12.99
%9.41

Codes

Color #BAE7C9 in popluar color models

BAE7C9
RGB186231201
HSL140°48.39%81.76%
HSB/HSV140°19.48%90.59%
CMYK19.48%0.00%12.99%
9.41%

Color #BAE7C9 in popluar number systems.

HEXBAE7C9
Decimal186231201
Binary101110101110011111001001
Octal272347311

Shades and tints

Shades of #BAE7C9

#BAE7C9
(186,231,201)
#AAD2B7
(170,210,183)
#9ABDA5
(154,189,165)
#8AA893
(138,168,147)
#7A9381
(122,147,129)
#6A7E6F
(106,126,111)
#5A695D
(90,105,93)
#4A544B
(74,84,75)
#3A3F39
(58,63,57)
#2A2A27
(42,42,39)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #BAE7C9

#BAE7C9
(186,231,201)
#C0E9CD
(192,233,205)
#C6EBD1
(198,235,209)
#CCEDD5
(204,237,213)
#D2EFD9
(210,239,217)
#D8F1DD
(216,241,221)
#DEF3E1
(222,243,225)
#E4F5E5
(228,245,229)
#EAF7E9
(234,247,233)
#F0F9ED
(240,249,237)
#F6FBF1
(246,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE7C9 color. Also use rgb(186,231,201) instead hex code.

Text Font Color

.myTextColor { color: #BAE7C9; }

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

This text font color is #BAE7C9.


Background Color

.myBgColor { background-color: #BAE7C9; }

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

This div background color is #BAE7C9.


Border color

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

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

This div border color is #BAE7C9.


Opacity

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

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

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

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

This text has shadow with #BAE7C9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BAE7C9 on black background.


Color preview on white background

This text has color #BAE7C9 on white background.



Black color preview on #BAE7C9 background

This text has black color on #BAE7C9 background.


White color preview on #BAE7C9 background

This text has white color on #BAE7C9 background.