COLOR #B7EEC9

HEX: #B7EEC9 RGB: (183,238,201)

Color info

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

RGB color model

#B7EEC9 color RGB value is (183,238,201).

RGB: (183,238,201) (72%, 93%, 79%)

RGB channels and saturation

R 183 of 255 = 72%
G 238 of 255 = 93%
B 201 of 255 = 79%

183
238
201

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

Portions of RGB colors in percentages

R + G + B = 183 + 238 + 201 = 622 (100%)
R 183 of 622 ~ 29.42%
G 238 of 622 ~ 38.26%
B 201 of 622 ~ 32.32'%

%29.42
%38.26
%32.32

CMYK color model

#B7EEC9 color CMYK value is (23,0,16,7).

  • cyan value is 23.11%
  • magenta value is 0.00%
  • yellow value is 15.55%
  • key color value is 6.67%
CMYK: (23,0,16,7) C23M0Y16K7 (23%,0%,16%,7%) (0.23/0.00/0.16/0.07) 

CMYK percentages

%23.11
%0
%15.55
%6.67

Codes

Color #B7EEC9 in popluar color models

B7 EE C9
RGB 183 238 201
HSL 140° 61.80% 82.55%
HSB/HSV 140° 23.11% 93.33%
CMYK 23.11% 0.00% 15.55%
6.67%

Color #B7EEC9 in popluar number systems.

HEX B7 EE C9
Decimal 183 238 201
Binary 10110111 11101110 11001001
Octal 267 356 311

Shades and tints

Shades of #B7EEC9

#B7EEC9
(183,238,201)
#A7D9B7
(167,217,183)
#97C4A5
(151,196,165)
#87AF93
(135,175,147)
#779A81
(119,154,129)
#67856F
(103,133,111)
#57705D
(87,112,93)
#475B4B
(71,91,75)
#374639
(55,70,57)
#273127
(39,49,39)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #B7EEC9

#B7EEC9
(183,238,201)
#BDEFCD
(189,239,205)
#C3F0D1
(195,240,209)
#C9F1D5
(201,241,213)
#CFF2D9
(207,242,217)
#D5F3DD
(213,243,221)
#DBF4E1
(219,244,225)
#E1F5E5
(225,245,229)
#E7F6E9
(231,246,233)
#EDF7ED
(237,247,237)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7EEC9 color. Also use rgb(183,238,201) instead hex code.

Text Font Color

.myTextColor { color: #B7EEC9; }

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

This text font color is #B7EEC9.

Background Color

.myBgColor { background-color: #B7EEC9; }

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

This div background color is #B7EEC9.

Border color

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

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

This div border color is #B7EEC9.

Opacity

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

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

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

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

This text has shadow with #B7EEC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7EEC9.

Preview

Color preview on black background

This text has color #B7EEC9 on black background.


Color preview on white background

This text has color #B7EEC9 on white background.


Black color preview on #B7EEC9 background

This text has black color on #B7EEC9 background.


White color preview on #B7EEC9 background

This text has white color on #B7EEC9 background.


Related colors

Complementary color

Complementary color for #hex is #481136.


I love getcolorcode.com

Triadic colors

1 #C9B7EE and #EEC9B7 with #B7EEC9 are triadic colors.

2 #C9EEB7 and #EEB7C9 with #B7EEC9 are triadic colors.