COLOR #BDCF95

HEX: #BDCF95 RGB: (189,207,149)

Color info

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

RGB color model

#BDCF95 color RGB value is (189,207,149).

RGB: (189,207,149) (74%, 81%, 58%)

RGB channels and saturation

R 189 of 255 = 74%
G 207 of 255 = 81%
B 149 of 255 = 58%

189
207
149

R + G + B ~ 71%. #BDCF95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 207 + 149 = 545 (100%)
R 189 of 545 ~ 34.68%
G 207 of 545 ~ 37.98%
B 149 of 545 ~ 27.34'%

%34.68
%37.98
%27.34

CMYK color model

#BDCF95 color CMYK value is (9,0,28,19).

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

CMYK: (9,0,28,19)
C9M0Y28K19 (9%, 0%, 28%, 19%)
(0.09 / 0.00 / 0.28 / 0.19)

CMYK percentages

%8.7
%0
%28.02
%18.82

Codes

Color #BDCF95 in popluar color models

BD CF 95
RGB 189 207 149
HSL 79° 37.66% 69.80%
HSB/HSV 79° 28.02% 81.18%
CMYK 8.70% 0.00% 28.02%
18.82%

Color #BDCF95 in popluar number systems.

HEX BD CF 95
Decimal 189 207 149
Binary 10111101 11001111 10010101
Octal 275 317 225

Shades and tints

Shades of #BDCF95

#BDCF95
(189,207,149)
#ACBD88
(172,189,136)
#9BAB7B
(155,171,123)
#8A996E
(138,153,110)
#798761
(121,135,97)
#687554
(104,117,84)
#576347
(87,99,71)
#46513A
(70,81,58)
#353F2D
(53,63,45)
#242D20
(36,45,32)
#131B13
(19,27,19)
#000000
(0,0,0)

Tints of #BDCF95

#BDCF95
(189,207,149)
#C3D39E
(195,211,158)
#C9D7A7
(201,215,167)
#CFDBB0
(207,219,176)
#D5DFB9
(213,223,185)
#DBE3C2
(219,227,194)
#E1E7CB
(225,231,203)
#E7EBD4
(231,235,212)
#EDEFDD
(237,239,221)
#F3F3E6
(243,243,230)
#F9F7EF
(249,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCF95; }

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

This text font color is #BDCF95.

Background Color

.myBgColor { background-color: #BDCF95; }

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

This div background color is #BDCF95.

Border color

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

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

This div border color is #BDCF95.

Opacity

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

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

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

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

This text has shadow with #BDCF95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCF95.

Preview

Color preview on black background

This text has color #BDCF95 on black background.


Color preview on white background

This text has color #BDCF95 on white background.


Black color preview on #BDCF95 background

This text has black color on #BDCF95 background.


White color preview on #BDCF95 background

This text has white color on #BDCF95 background.


Related colors

Complementary color

Complementary color for #hex is #42306A.


I love getcolorcode.com

Triadic colors

1 #95BDCF and #CF95BD with #BDCF95 are triadic colors.

2 #95CFBD and #CFBD95 with #BDCF95 are triadic colors.