COLOR #B7D5CF

HEX: #B7D5CF
RGB: (183,213,207)

Color info

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

RGB color model

#B7D5CF color RGB value is (183,213,207).

  • red value is 183;
  • green value is 213;
  • blue value is 207.
RGB:
(183,213,207)
(72%,84%,81%)

RGB channels and saturation

R 183 of 255 = 72%
G 213 of 255 = 84%
B 207 of 255 = 81%

183
213
207

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

Portions of RGB colors in percentages

R + G + B =
183 + 213 + 207 = 603 (100%)
R 183 of 603 ~ 30.35%
G 213 of 603 ~ 35.32%
B 207 of 603 ~ 34.33%

%30.35
%35.32
%34.33

CMYK color model

#B7D5CF color CMYK value is (14,0,3,16).

  • cyan value is 14.08%
  • magenta value is 0.00%
  • yellow value is 2.82%
  • key color value is 16.47%
CMYK:
(14,0,3,16)
C14M0Y3K16 
(14%,0%,3%,16%)
(0.14/0.00/0.03/0.16)	

CMYK percentages

%14.08
%0
%2.82
%16.47

Codes

Color #B7D5CF in popluar color models

B7D5CF
RGB183213207
HSL168°26.32%77.65%
HSB/HSV168°14.08%83.53%
CMYK14.08%0.00%2.82%
16.47%

Color #B7D5CF in popluar number systems.

HEXB7D5CF
Decimal183213207
Binary101101111101010111001111
Octal267325317

Shades and tints

Shades of #B7D5CF

#B7D5CF
(183,213,207)
#A7C2BD
(167,194,189)
#97AFAB
(151,175,171)
#879C99
(135,156,153)
#778987
(119,137,135)
#677675
(103,118,117)
#576363
(87,99,99)
#475051
(71,80,81)
#373D3F
(55,61,63)
#272A2D
(39,42,45)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #B7D5CF

#B7D5CF
(183,213,207)
#BDD8D3
(189,216,211)
#C3DBD7
(195,219,215)
#C9DEDB
(201,222,219)
#CFE1DF
(207,225,223)
#D5E4E3
(213,228,227)
#DBE7E7
(219,231,231)
#E1EAEB
(225,234,235)
#E7EDEF
(231,237,239)
#EDF0F3
(237,240,243)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D5CF; }

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

This text font color is #B7D5CF.


Background Color

.myBgColor { background-color: #B7D5CF; }

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

This div background color is #B7D5CF.


Border color

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

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

This div border color is #B7D5CF.


Opacity

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

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

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

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

This text has shadow with #B7D5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D5CF on black background.


Color preview on white background

This text has color #B7D5CF on white background.



Black color preview on #B7D5CF background

This text has black color on #B7D5CF background.


White color preview on #B7D5CF background

This text has white color on #B7D5CF background.