COLOR #B7E6CC

HEX: #B7E6CC RGB: (183,230,204)

Color info

#B7E6CC contains red, green and blue colors in about the same proportion. Web safe color of #B7E6CC is #CCCCCC (or #CCC).

RGB color model

#B7E6CC color RGB value is (183,230,204).

RGB: (183,230,204) (72%, 90%, 80%)

RGB channels and saturation

R 183 of 255 = 72%
G 230 of 255 = 90%
B 204 of 255 = 80%

183
230
204

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

Portions of RGB colors in percentages

R + G + B = 183 + 230 + 204 = 617 (100%)
R 183 of 617 ~ 29.66%
G 230 of 617 ~ 37.28%
B 204 of 617 ~ 33.06'%

%29.66
%37.28
%33.06

CMYK color model

#B7E6CC color CMYK value is (20,0,11,10).

  • cyan value is 20.43%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 9.80%

CMYK: (20,0,11,10)
C20M0Y11K10 (20%, 0%, 11%, 10%)
(0.20 / 0.00 / 0.11 / 0.10)

CMYK percentages

%20.43
%0
%11.3
%9.8

Codes

Color #B7E6CC in popluar color models

B7 E6 CC
RGB 183 230 204
HSL 147° 48.45% 80.98%
HSB/HSV 147° 20.43% 90.20%
CMYK 20.43% 0.00% 11.30%
9.80%

Color #B7E6CC in popluar number systems.

HEX B7 E6 CC
Decimal 183 230 204
Binary 10110111 11100110 11001100
Octal 267 346 314

Shades and tints

Shades of #B7E6CC

#B7E6CC
(183,230,204)
#A7D2BA
(167,210,186)
#97BEA8
(151,190,168)
#87AA96
(135,170,150)
#779684
(119,150,132)
#678272
(103,130,114)
#576E60
(87,110,96)
#475A4E
(71,90,78)
#37463C
(55,70,60)
#27322A
(39,50,42)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #B7E6CC

#B7E6CC
(183,230,204)
#BDE8D0
(189,232,208)
#C3EAD4
(195,234,212)
#C9ECD8
(201,236,216)
#CFEEDC
(207,238,220)
#D5F0E0
(213,240,224)
#DBF2E4
(219,242,228)
#E1F4E8
(225,244,232)
#E7F6EC
(231,246,236)
#EDF8F0
(237,248,240)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7E6CC; }

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

This text font color is #B7E6CC.

Background Color

.myBgColor { background-color: #B7E6CC; }

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

This div background color is #B7E6CC.

Border color

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

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

This div border color is #B7E6CC.

Opacity

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

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

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

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

This text has shadow with #B7E6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7E6CC.

Preview

Color preview on black background

This text has color #B7E6CC on black background.


Color preview on white background

This text has color #B7E6CC on white background.


Black color preview on #B7E6CC background

This text has black color on #B7E6CC background.


White color preview on #B7E6CC background

This text has white color on #B7E6CC background.


Related colors

Complementary color

Complementary color for #hex is #481933.


I love getcolorcode.com

Triadic colors

1 #CCB7E6 and #E6CCB7 with #B7E6CC are triadic colors.

2 #CCE6B7 and #E6B7CC with #B7E6CC are triadic colors.