COLOR #BAE7C4

HEX: #BAE7C4
RGB: (186,231,196)

Color info

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

RGB color model

#BAE7C4 color RGB value is (186,231,196).

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

RGB channels and saturation

R 186 of 255 = 73%
G 231 of 255 = 91%
B 196 of 255 = 77%

186
231
196

R + G + B ~ 80%. #BAE7C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 231 + 196 = 613 (100%)
R 186 of 613 ~ 30.34%
G 231 of 613 ~ 37.68%
B 196 of 613 ~ 31.97%

%30.34
%37.68
%31.97

CMYK color model

#BAE7C4 color CMYK value is (19,0,15,9).

  • cyan value is 19.48%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 9.41%
CMYK:
(19,0,15,9)
C19M0Y15K9 
(19%,0%,15%,9%)
(0.19/0.00/0.15/0.09)	

CMYK percentages

%19.48
%0
%15.15
%9.41

Codes

Color #BAE7C4 in popluar color models

BAE7C4
RGB186231196
HSL133°48.39%81.76%
HSB/HSV133°19.48%90.59%
CMYK19.48%0.00%15.15%
9.41%

Color #BAE7C4 in popluar number systems.

HEXBAE7C4
Decimal186231196
Binary101110101110011111000100
Octal272347304

Shades and tints

Shades of #BAE7C4

#BAE7C4
(186,231,196)
#AAD2B3
(170,210,179)
#9ABDA2
(154,189,162)
#8AA891
(138,168,145)
#7A9380
(122,147,128)
#6A7E6F
(106,126,111)
#5A695E
(90,105,94)
#4A544D
(74,84,77)
#3A3F3C
(58,63,60)
#2A2A2B
(42,42,43)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #BAE7C4

#BAE7C4
(186,231,196)
#C0E9C9
(192,233,201)
#C6EBCE
(198,235,206)
#CCEDD3
(204,237,211)
#D2EFD8
(210,239,216)
#D8F1DD
(216,241,221)
#DEF3E2
(222,243,226)
#E4F5E7
(228,245,231)
#EAF7EC
(234,247,236)
#F0F9F1
(240,249,241)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE7C4; }

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

This text font color is #BAE7C4.


Background Color

.myBgColor { background-color: #BAE7C4; }

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

This div background color is #BAE7C4.


Border color

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

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

This div border color is #BAE7C4.


Opacity

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

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

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

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

This text has shadow with #BAE7C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE7C4 on black background.


Color preview on white background

This text has color #BAE7C4 on white background.



Black color preview on #BAE7C4 background

This text has black color on #BAE7C4 background.


White color preview on #BAE7C4 background

This text has white color on #BAE7C4 background.