COLOR #B5CEBD

HEX: #B5CEBD RGB: (181,206,189)

Color info

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

RGB color model

#B5CEBD color RGB value is (181,206,189).

RGB: (181,206,189) (71%, 81%, 74%)

RGB channels and saturation

R 181 of 255 = 71%
G 206 of 255 = 81%
B 189 of 255 = 74%

181
206
189

R + G + B ~ 75%. #B5CEBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 206 + 189 = 576 (100%)
R 181 of 576 ~ 31.42%
G 206 of 576 ~ 35.76%
B 189 of 576 ~ 32.81'%

%31.42
%35.76
%32.81

CMYK color model

#B5CEBD color CMYK value is (12,0,8,19).

  • cyan value is 12.14%
  • magenta value is 0.00%
  • yellow value is 8.25%
  • key color value is 19.22%
CMYK: (12,0,8,19) C12M0Y8K19 (12%,0%,8%,19%) (0.12/0.00/0.08/0.19) 

CMYK percentages

%12.14
%0
%8.25
%19.22

Codes

Color #B5CEBD in popluar color models

B5 CE BD
RGB 181 206 189
HSL 139° 20.33% 75.88%
HSB/HSV 139° 12.14% 80.78%
CMYK 12.14% 0.00% 8.25%
19.22%

Color #B5CEBD in popluar number systems.

HEX B5 CE BD
Decimal 181 206 189
Binary 10110101 11001110 10111101
Octal 265 316 275

Shades and tints

Shades of #B5CEBD

#B5CEBD
(181,206,189)
#A5BCAC
(165,188,172)
#95AA9B
(149,170,155)
#85988A
(133,152,138)
#758679
(117,134,121)
#657468
(101,116,104)
#556257
(85,98,87)
#455046
(69,80,70)
#353E35
(53,62,53)
#252C24
(37,44,36)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #B5CEBD

#B5CEBD
(181,206,189)
#BBD2C3
(187,210,195)
#C1D6C9
(193,214,201)
#C7DACF
(199,218,207)
#CDDED5
(205,222,213)
#D3E2DB
(211,226,219)
#D9E6E1
(217,230,225)
#DFEAE7
(223,234,231)
#E5EEED
(229,238,237)
#EBF2F3
(235,242,243)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CEBD color. Also use rgb(181,206,189) instead hex code.

Text Font Color

.myTextColor { color: #B5CEBD; }

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

This text font color is #B5CEBD.

Background Color

.myBgColor { background-color: #B5CEBD; }

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

This div background color is #B5CEBD.

Border color

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

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

This div border color is #B5CEBD.

Opacity

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

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

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

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

This text has shadow with #B5CEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5CEBD.

Preview

Color preview on black background

This text has color #B5CEBD on black background.


Color preview on white background

This text has color #B5CEBD on white background.


Black color preview on #B5CEBD background

This text has black color on #B5CEBD background.


White color preview on #B5CEBD background

This text has white color on #B5CEBD background.


Related colors

Complementary color

Complementary color for #hex is #4A3142.


I love getcolorcode.com

Triadic colors

1 #BDB5CE and #CEBDB5 with #B5CEBD are triadic colors.

2 #BDCEB5 and #CEB5BD with #B5CEBD are triadic colors.