COLOR #B7CD5D

HEX: #B7CD5D
RGB: (183,205,93)

Color info

#B7CD5D contains mainly red and green colors. Web safe color of #B7CD5D is #CCCC66 (or #CC6).

RGB color model

#B7CD5D color RGB value is (183,205,93).

  • red value is 183;
  • green value is 205;
  • blue value is 93.
RGB:
(183,205,93)
(72%,80%,36%)

RGB channels and saturation

R 183 of 255 = 72%
G 205 of 255 = 80%
B 93 of 255 = 36%

183
205
93

R + G + B ~ 63%. #B7CD5D is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 205 + 93 = 481 (100%)
R 183 of 481 ~ 38.05%
G 205 of 481 ~ 42.62%
B 93 of 481 ~ 19.33%

%38.05
%42.62
%19.33

CMYK color model

#B7CD5D color CMYK value is (11,0,55,20).

  • cyan value is 10.73%
  • magenta value is 0.00%
  • yellow value is 54.63%
  • key color value is 19.61%
CMYK:
(11,0,55,20)
C11M0Y55K20 
(11%,0%,55%,20%)
(0.11/0.00/0.55/0.20)	

CMYK percentages

%10.73
%0
%54.63
%19.61

Codes

Color #B7CD5D in popluar color models

B7CD5D
RGB18320593
HSL72°52.83%58.43%
HSB/HSV72°54.63%80.39%
CMYK10.73%0.00%54.63%
19.61%

Color #B7CD5D in popluar number systems.

HEXB7CD5D
Decimal18320593
Binary10110111110011011011101
Octal267315135

Shades and tints

Shades of #B7CD5D

#B7CD5D
(183,205,93)
#A7BB55
(167,187,85)
#97A94D
(151,169,77)
#879745
(135,151,69)
#77853D
(119,133,61)
#677335
(103,115,53)
#57612D
(87,97,45)
#474F25
(71,79,37)
#373D1D
(55,61,29)
#272B15
(39,43,21)
#17190D
(23,25,13)
#000000
(0,0,0)

Tints of #B7CD5D

#B7CD5D
(183,205,93)
#BDD16B
(189,209,107)
#C3D579
(195,213,121)
#C9D987
(201,217,135)
#CFDD95
(207,221,149)
#D5E1A3
(213,225,163)
#DBE5B1
(219,229,177)
#E1E9BF
(225,233,191)
#E7EDCD
(231,237,205)
#EDF1DB
(237,241,219)
#F3F5E9
(243,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7CD5D color. Also use rgb(183,205,93) instead hex code.

Text Font Color

.myTextColor { color: #B7CD5D; }

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

This text font color is #B7CD5D.


Background Color

.myBgColor { background-color: #B7CD5D; }

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

This div background color is #B7CD5D.


Border color

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

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

This div border color is #B7CD5D.


Opacity

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

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

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

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

This text has shadow with #B7CD5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7CD5D on black background.


Color preview on white background

This text has color #B7CD5D on white background.



Black color preview on #B7CD5D background

This text has black color on #B7CD5D background.


White color preview on #B7CD5D background

This text has white color on #B7CD5D background.