COLOR #B7D5CC

HEX: #B7D5CC RGB: (183,213,204)

Color info

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

RGB color model

#B7D5CC color RGB value is (183,213,204).

RGB: (183,213,204) (72%, 84%, 80%)

RGB channels and saturation

R 183 of 255 = 72%
G 213 of 255 = 84%
B 204 of 255 = 80%

183
213
204

R + G + B ~ 79%. #B7D5CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 213 + 204 = 600 (100%)
R 183 of 600 ~ 30.5%
G 213 of 600 ~ 35.5%
B 204 of 600 ~ 34'%

%30.5
%35.5
%34

CMYK color model

#B7D5CC color CMYK value is (14,0,4,16).

  • cyan value is 14.08%
  • magenta value is 0.00%
  • yellow value is 4.23%
  • key color value is 16.47%

CMYK: (14,0,4,16)
C14M0Y4K16 (14%, 0%, 4%, 16%)
(0.14 / 0.00 / 0.04 / 0.16)

CMYK percentages

%14.08
%0
%4.23
%16.47

Codes

Color #B7D5CC in popluar color models

B7 D5 CC
RGB 183 213 204
HSL 162° 26.32% 77.65%
HSB/HSV 162° 14.08% 83.53%
CMYK 14.08% 0.00% 4.23%
16.47%

Color #B7D5CC in popluar number systems.

HEX B7 D5 CC
Decimal 183 213 204
Binary 10110111 11010101 11001100
Octal 267 325 314

Shades and tints

Shades of #B7D5CC

#B7D5CC
(183,213,204)
#A7C2BA
(167,194,186)
#97AFA8
(151,175,168)
#879C96
(135,156,150)
#778984
(119,137,132)
#677672
(103,118,114)
#576360
(87,99,96)
#47504E
(71,80,78)
#373D3C
(55,61,60)
#272A2A
(39,42,42)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #B7D5CC

#B7D5CC
(183,213,204)
#BDD8D0
(189,216,208)
#C3DBD4
(195,219,212)
#C9DED8
(201,222,216)
#CFE1DC
(207,225,220)
#D5E4E0
(213,228,224)
#DBE7E4
(219,231,228)
#E1EAE8
(225,234,232)
#E7EDEC
(231,237,236)
#EDF0F0
(237,240,240)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D5CC; }

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

This text font color is #B7D5CC.

Background Color

.myBgColor { background-color: #B7D5CC; }

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

This div background color is #B7D5CC.

Border color

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

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

This div border color is #B7D5CC.

Opacity

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

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

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

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

This text has shadow with #B7D5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7D5CC.

Preview

Color preview on black background

This text has color #B7D5CC on black background.


Color preview on white background

This text has color #B7D5CC on white background.


Black color preview on #B7D5CC background

This text has black color on #B7D5CC background.


White color preview on #B7D5CC background

This text has white color on #B7D5CC background.


Related colors

Complementary color

Complementary color for #hex is #482A33.


I love getcolorcode.com

Triadic colors

1 #CCB7D5 and #D5CCB7 with #B7D5CC are triadic colors.

2 #CCD5B7 and #D5B7CC with #B7D5CC are triadic colors.