COLOR #B7E7CC

HEX: #B7E7CC RGB: (183,231,204)

Color info

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

RGB color model

#B7E7CC color RGB value is (183,231,204).

RGB: (183,231,204) (72%, 91%, 80%)

RGB channels and saturation

R 183 of 255 = 72%
G 231 of 255 = 91%
B 204 of 255 = 80%

183
231
204

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

Portions of RGB colors in percentages

R + G + B = 183 + 231 + 204 = 618 (100%)
R 183 of 618 ~ 29.61%
G 231 of 618 ~ 37.38%
B 204 of 618 ~ 33.01'%

%29.61
%37.38
%33.01

CMYK color model

#B7E7CC color CMYK value is (21,0,12,9).

  • cyan value is 20.78%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 9.41%

CMYK: (21,0,12,9)
C21M0Y12K9 (21%, 0%, 12%, 9%)
(0.21 / 0.00 / 0.12 / 0.09)

CMYK percentages

%20.78
%0
%11.69
%9.41

Codes

Color #B7E7CC in popluar color models

B7 E7 CC
RGB 183 231 204
HSL 146° 50.00% 81.18%
HSB/HSV 146° 20.78% 90.59%
CMYK 20.78% 0.00% 11.69%
9.41%

Color #B7E7CC in popluar number systems.

HEX B7 E7 CC
Decimal 183 231 204
Binary 10110111 11100111 11001100
Octal 267 347 314

Shades and tints

Shades of #B7E7CC

#B7E7CC
(183,231,204)
#A7D2BA
(167,210,186)
#97BDA8
(151,189,168)
#87A896
(135,168,150)
#779384
(119,147,132)
#677E72
(103,126,114)
#576960
(87,105,96)
#47544E
(71,84,78)
#373F3C
(55,63,60)
#272A2A
(39,42,42)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #B7E7CC

#B7E7CC
(183,231,204)
#BDE9D0
(189,233,208)
#C3EBD4
(195,235,212)
#C9EDD8
(201,237,216)
#CFEFDC
(207,239,220)
#D5F1E0
(213,241,224)
#DBF3E4
(219,243,228)
#E1F5E8
(225,245,232)
#E7F7EC
(231,247,236)
#EDF9F0
(237,249,240)
#F3FBF4
(243,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7E7CC color. Also use rgb(183,231,204) instead hex code.

Text Font Color

.myTextColor { color: #B7E7CC; }

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

This text font color is #B7E7CC.

Background Color

.myBgColor { background-color: #B7E7CC; }

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

This div background color is #B7E7CC.

Border color

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

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

This div border color is #B7E7CC.

Opacity

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

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

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

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

This text has shadow with #B7E7CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7E7CC.

Preview

Color preview on black background

This text has color #B7E7CC on black background.


Color preview on white background

This text has color #B7E7CC on white background.


Black color preview on #B7E7CC background

This text has black color on #B7E7CC background.


White color preview on #B7E7CC background

This text has white color on #B7E7CC background.


Related colors

Complementary color

Complementary color for #hex is #481833.


I love getcolorcode.com

Triadic colors

1 #CCB7E7 and #E7CCB7 with #B7E7CC are triadic colors.

2 #CCE7B7 and #E7B7CC with #B7E7CC are triadic colors.