COLOR #B7CCAD

HEX: #B7CCAD RGB: (183,204,173)

Color info

#B7CCAD contains red, green and blue colors in about the same proportion. Web safe color of #B7CCAD is #CCCC99 (or #CC9).

RGB color model

#B7CCAD color RGB value is (183,204,173).

RGB: (183,204,173) (72%, 80%, 68%)

RGB channels and saturation

R 183 of 255 = 72%
G 204 of 255 = 80%
B 173 of 255 = 68%

183
204
173

R + G + B ~ 73%. #B7CCAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 204 + 173 = 560 (100%)
R 183 of 560 ~ 32.68%
G 204 of 560 ~ 36.43%
B 173 of 560 ~ 30.89'%

%32.68
%36.43
%30.89

CMYK color model

#B7CCAD color CMYK value is (10,0,15,20).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 20.00%

CMYK: (10,0,15,20)
C10M0Y15K20 (10%, 0%, 15%, 20%)
(0.10 / 0.00 / 0.15 / 0.20)

CMYK percentages

%10.29
%0
%15.2
%20

Codes

Color #B7CCAD in popluar color models

B7 CC AD
RGB 183 204 173
HSL 101° 23.31% 73.92%
HSB/HSV 101° 15.20% 80.00%
CMYK 10.29% 0.00% 15.20%
20.00%

Color #B7CCAD in popluar number systems.

HEX B7 CC AD
Decimal 183 204 173
Binary 10110111 11001100 10101101
Octal 267 314 255

Shades and tints

Shades of #B7CCAD

#B7CCAD
(183,204,173)
#A7BA9E
(167,186,158)
#97A88F
(151,168,143)
#879680
(135,150,128)
#778471
(119,132,113)
#677262
(103,114,98)
#576053
(87,96,83)
#474E44
(71,78,68)
#373C35
(55,60,53)
#272A26
(39,42,38)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #B7CCAD

#B7CCAD
(183,204,173)
#BDD0B4
(189,208,180)
#C3D4BB
(195,212,187)
#C9D8C2
(201,216,194)
#CFDCC9
(207,220,201)
#D5E0D0
(213,224,208)
#DBE4D7
(219,228,215)
#E1E8DE
(225,232,222)
#E7ECE5
(231,236,229)
#EDF0EC
(237,240,236)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7CCAD; }

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

This text font color is #B7CCAD.

Background Color

.myBgColor { background-color: #B7CCAD; }

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

This div background color is #B7CCAD.

Border color

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

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

This div border color is #B7CCAD.

Opacity

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

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

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

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

This text has shadow with #B7CCAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7CCAD.

Preview

Color preview on black background

This text has color #B7CCAD on black background.


Color preview on white background

This text has color #B7CCAD on white background.


Black color preview on #B7CCAD background

This text has black color on #B7CCAD background.


White color preview on #B7CCAD background

This text has white color on #B7CCAD background.


Related colors

Complementary color

Complementary color for #hex is #483352.


I love getcolorcode.com

Triadic colors

1 #ADB7CC and #CCADB7 with #B7CCAD are triadic colors.

2 #ADCCB7 and #CCB7AD with #B7CCAD are triadic colors.