COLOR #BDD275

HEX: #BDD275
RGB: (189,210,117)

Color info

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

RGB color model

#BDD275 color RGB value is (189,210,117).

  • red value is 189;
  • green value is 210;
  • blue value is 117.
RGB:
(189,210,117)
(74%,82%,46%)

RGB channels and saturation

R 189 of 255 = 74%
G 210 of 255 = 82%
B 117 of 255 = 46%

189
210
117

R + G + B ~ 67%. #BDD275 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 210 + 117 = 516 (100%)
R 189 of 516 ~ 36.63%
G 210 of 516 ~ 40.7%
B 117 of 516 ~ 22.67%

%36.63
%40.7
%22.67

CMYK color model

#BDD275 color CMYK value is (10,0,44,18).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 44.29%
  • key color value is 17.65%
CMYK:
(10,0,44,18)
C10M0Y44K18 
(10%,0%,44%,18%)
(0.10/0.00/0.44/0.18)	

CMYK percentages

%10
%0
%44.29
%17.65

Codes

Color #BDD275 in popluar color models

BDD275
RGB189210117
HSL74°50.82%64.12%
HSB/HSV74°44.29%82.35%
CMYK10.00%0.00%44.29%
17.65%

Color #BDD275 in popluar number systems.

HEXBDD275
Decimal189210117
Binary10111101110100101110101
Octal275322165

Shades and tints

Shades of #BDD275

#BDD275
(189,210,117)
#ACBF6B
(172,191,107)
#9BAC61
(155,172,97)
#8A9957
(138,153,87)
#79864D
(121,134,77)
#687343
(104,115,67)
#576039
(87,96,57)
#464D2F
(70,77,47)
#353A25
(53,58,37)
#24271B
(36,39,27)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #BDD275

#BDD275
(189,210,117)
#C3D681
(195,214,129)
#C9DA8D
(201,218,141)
#CFDE99
(207,222,153)
#D5E2A5
(213,226,165)
#DBE6B1
(219,230,177)
#E1EABD
(225,234,189)
#E7EEC9
(231,238,201)
#EDF2D5
(237,242,213)
#F3F6E1
(243,246,225)
#F9FAED
(249,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD275 color. Also use rgb(189,210,117) instead hex code.

Text Font Color

.myTextColor { color: #BDD275; }

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

This text font color is #BDD275.


Background Color

.myBgColor { background-color: #BDD275; }

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

This div background color is #BDD275.


Border color

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

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

This div border color is #BDD275.


Opacity

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

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

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

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

This text has shadow with #BDD275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD275 on black background.


Color preview on white background

This text has color #BDD275 on white background.



Black color preview on #BDD275 background

This text has black color on #BDD275 background.


White color preview on #BDD275 background

This text has white color on #BDD275 background.