COLOR #B5CDC2

HEX: #B5CDC2
RGB: (181,205,194)

Color info

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

RGB color model

#B5CDC2 color RGB value is (181,205,194).

  • red value is 181;
  • green value is 205;
  • blue value is 194.
RGB:
(181,205,194)
(71%,80%,76%)

RGB channels and saturation

R 181 of 255 = 71%
G 205 of 255 = 80%
B 194 of 255 = 76%

181
205
194

R + G + B ~ 76%. #B5CDC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 205 + 194 = 580 (100%)
R 181 of 580 ~ 31.21%
G 205 of 580 ~ 35.34%
B 194 of 580 ~ 33.45%

%31.21
%35.34
%33.45

CMYK color model

#B5CDC2 color CMYK value is (12,0,5,20).

  • cyan value is 11.71%
  • magenta value is 0.00%
  • yellow value is 5.37%
  • key color value is 19.61%
CMYK:
(12,0,5,20)
C12M0Y5K20 
(12%,0%,5%,20%)
(0.12/0.00/0.05/0.20)	

CMYK percentages

%11.71
%0
%5.37
%19.61

Codes

Color #B5CDC2 in popluar color models

B5CDC2
RGB181205194
HSL153°19.35%75.69%
HSB/HSV153°11.71%80.39%
CMYK11.71%0.00%5.37%
19.61%

Color #B5CDC2 in popluar number systems.

HEXB5CDC2
Decimal181205194
Binary101101011100110111000010
Octal265315302

Shades and tints

Shades of #B5CDC2

#B5CDC2
(181,205,194)
#A5BBB1
(165,187,177)
#95A9A0
(149,169,160)
#85978F
(133,151,143)
#75857E
(117,133,126)
#65736D
(101,115,109)
#55615C
(85,97,92)
#454F4B
(69,79,75)
#353D3A
(53,61,58)
#252B29
(37,43,41)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #B5CDC2

#B5CDC2
(181,205,194)
#BBD1C7
(187,209,199)
#C1D5CC
(193,213,204)
#C7D9D1
(199,217,209)
#CDDDD6
(205,221,214)
#D3E1DB
(211,225,219)
#D9E5E0
(217,229,224)
#DFE9E5
(223,233,229)
#E5EDEA
(229,237,234)
#EBF1EF
(235,241,239)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CDC2 color. Also use rgb(181,205,194) instead hex code.

Text Font Color

.myTextColor { color: #B5CDC2; }

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

This text font color is #B5CDC2.


Background Color

.myBgColor { background-color: #B5CDC2; }

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

This div background color is #B5CDC2.


Border color

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

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

This div border color is #B5CDC2.


Opacity

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

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

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

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

This text has shadow with #B5CDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CDC2 on black background.


Color preview on white background

This text has color #B5CDC2 on white background.



Black color preview on #B5CDC2 background

This text has black color on #B5CDC2 background.


White color preview on #B5CDC2 background

This text has white color on #B5CDC2 background.