COLOR #B5CFBD

HEX: #B5CFBD RGB: (181,207,189)

Color info

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

RGB color model

#B5CFBD color RGB value is (181,207,189).

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

RGB channels and saturation

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

181
207
189

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

Portions of RGB colors in percentages

R + G + B = 181 + 207 + 189 = 577 (100%)
R 181 of 577 ~ 31.37%
G 207 of 577 ~ 35.88%
B 189 of 577 ~ 32.76'%

%31.37
%35.88
%32.76

CMYK color model

#B5CFBD color CMYK value is (13,0,9,19).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 18.82%

CMYK: (13,0,9,19)
C13M0Y9K19 (13%, 0%, 9%, 19%)
(0.13 / 0.00 / 0.09 / 0.19)

CMYK percentages

%12.56
%0
%8.7
%18.82

Codes

Color #B5CFBD in popluar color models

B5 CF BD
RGB 181 207 189
HSL 138° 21.31% 76.08%
HSB/HSV 138° 12.56% 81.18%
CMYK 12.56% 0.00% 8.70%
18.82%

Color #B5CFBD in popluar number systems.

HEX B5 CF BD
Decimal 181 207 189
Binary 10110101 11001111 10111101
Octal 265 317 275

Shades and tints

Shades of #B5CFBD

#B5CFBD
(181,207,189)
#A5BDAC
(165,189,172)
#95AB9B
(149,171,155)
#85998A
(133,153,138)
#758779
(117,135,121)
#657568
(101,117,104)
#556357
(85,99,87)
#455146
(69,81,70)
#353F35
(53,63,53)
#252D24
(37,45,36)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #B5CFBD

#B5CFBD
(181,207,189)
#BBD3C3
(187,211,195)
#C1D7C9
(193,215,201)
#C7DBCF
(199,219,207)
#CDDFD5
(205,223,213)
#D3E3DB
(211,227,219)
#D9E7E1
(217,231,225)
#DFEBE7
(223,235,231)
#E5EFED
(229,239,237)
#EBF3F3
(235,243,243)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CFBD; }

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

This text font color is #B5CFBD.

Background Color

.myBgColor { background-color: #B5CFBD; }

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

This div background color is #B5CFBD.

Border color

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

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

This div border color is #B5CFBD.

Opacity

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

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

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

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

This text has shadow with #B5CFBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5CFBD.

Preview

Color preview on black background

This text has color #B5CFBD on black background.


Color preview on white background

This text has color #B5CFBD on white background.


Black color preview on #B5CFBD background

This text has black color on #B5CFBD background.


White color preview on #B5CFBD background

This text has white color on #B5CFBD background.


Related colors

Complementary color

Complementary color for #hex is #4A3042.


I love getcolorcode.com

Triadic colors

1 #BDB5CF and #CFBDB5 with #B5CFBD are triadic colors.

2 #BDCFB5 and #CFB5BD with #B5CFBD are triadic colors.