COLOR #B7D5A5

HEX: #B7D5A5 RGB: (183,213,165)

Color info

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

RGB color model

#B7D5A5 color RGB value is (183,213,165).

RGB: (183,213,165) (72%, 84%, 65%)

RGB channels and saturation

R 183 of 255 = 72%
G 213 of 255 = 84%
B 165 of 255 = 65%

183
213
165

R + G + B ~ 74%. #B7D5A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 213 + 165 = 561 (100%)
R 183 of 561 ~ 32.62%
G 213 of 561 ~ 37.97%
B 165 of 561 ~ 29.41'%

%32.62
%37.97
%29.41

CMYK color model

#B7D5A5 color CMYK value is (14,0,23,16).

  • cyan value is 14.08%
  • magenta value is 0.00%
  • yellow value is 22.54%
  • key color value is 16.47%
CMYK: (14,0,23,16) C14M0Y23K16 (14%,0%,23%,16%) (0.14/0.00/0.23/0.16) 

CMYK percentages

%14.08
%0
%22.54
%16.47

Codes

Color #B7D5A5 in popluar color models

B7 D5 A5
RGB 183 213 165
HSL 98° 36.36% 74.12%
HSB/HSV 98° 22.54% 83.53%
CMYK 14.08% 0.00% 22.54%
16.47%

Color #B7D5A5 in popluar number systems.

HEX B7 D5 A5
Decimal 183 213 165
Binary 10110111 11010101 10100101
Octal 267 325 245

Shades and tints

Shades of #B7D5A5

#B7D5A5
(183,213,165)
#A7C296
(167,194,150)
#97AF87
(151,175,135)
#879C78
(135,156,120)
#778969
(119,137,105)
#67765A
(103,118,90)
#57634B
(87,99,75)
#47503C
(71,80,60)
#373D2D
(55,61,45)
#272A1E
(39,42,30)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #B7D5A5

#B7D5A5
(183,213,165)
#BDD8AD
(189,216,173)
#C3DBB5
(195,219,181)
#C9DEBD
(201,222,189)
#CFE1C5
(207,225,197)
#D5E4CD
(213,228,205)
#DBE7D5
(219,231,213)
#E1EADD
(225,234,221)
#E7EDE5
(231,237,229)
#EDF0ED
(237,240,237)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D5A5; }

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

This text font color is #B7D5A5.

Background Color

.myBgColor { background-color: #B7D5A5; }

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

This div background color is #B7D5A5.

Border color

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

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

This div border color is #B7D5A5.

Opacity

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

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

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

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

This text has shadow with #B7D5A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7D5A5.

Preview

Color preview on black background

This text has color #B7D5A5 on black background.


Color preview on white background

This text has color #B7D5A5 on white background.


Black color preview on #B7D5A5 background

This text has black color on #B7D5A5 background.


White color preview on #B7D5A5 background

This text has white color on #B7D5A5 background.


Related colors

Complementary color

Complementary color for #hex is #482A5A.


I love getcolorcode.com

Triadic colors

1 #A5B7D5 and #D5A5B7 with #B7D5A5 are triadic colors.

2 #A5D5B7 and #D5B7A5 with #B7D5A5 are triadic colors.