COLOR #BFD599

HEX: #BFD599
RGB: (191,213,153)

Color info

#BFD599 contains mainly red and green colors. Web safe color of #BFD599 is #CCCC99 (or #CC9).

RGB color model

#BFD599 color RGB value is (191,213,153).

  • red value is 191;
  • green value is 213;
  • blue value is 153.
RGB:
(191,213,153)
(75%,84%,60%)

RGB channels and saturation

R 191 of 255 = 75%
G 213 of 255 = 84%
B 153 of 255 = 60%

191
213
153

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

Portions of RGB colors in percentages

R + G + B =
191 + 213 + 153 = 557 (100%)
R 191 of 557 ~ 34.29%
G 213 of 557 ~ 38.24%
B 153 of 557 ~ 27.47%

%34.29
%38.24
%27.47

CMYK color model

#BFD599 color CMYK value is (10,0,28,16).

  • cyan value is 10.33%
  • magenta value is 0.00%
  • yellow value is 28.17%
  • key color value is 16.47%
CMYK:
(10,0,28,16)
C10M0Y28K16 
(10%,0%,28%,16%)
(0.10/0.00/0.28/0.16)	

CMYK percentages

%10.33
%0
%28.17
%16.47

Codes

Color #BFD599 in popluar color models

BFD599
RGB191213153
HSL82°41.67%71.76%
HSB/HSV82°28.17%83.53%
CMYK10.33%0.00%28.17%
16.47%

Color #BFD599 in popluar number systems.

HEXBFD599
Decimal191213153
Binary101111111101010110011001
Octal277325231

Shades and tints

Shades of #BFD599

#BFD599
(191,213,153)
#AEC28C
(174,194,140)
#9DAF7F
(157,175,127)
#8C9C72
(140,156,114)
#7B8965
(123,137,101)
#6A7658
(106,118,88)
#59634B
(89,99,75)
#48503E
(72,80,62)
#373D31
(55,61,49)
#262A24
(38,42,36)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #BFD599

#BFD599
(191,213,153)
#C4D8A2
(196,216,162)
#C9DBAB
(201,219,171)
#CEDEB4
(206,222,180)
#D3E1BD
(211,225,189)
#D8E4C6
(216,228,198)
#DDE7CF
(221,231,207)
#E2EAD8
(226,234,216)
#E7EDE1
(231,237,225)
#ECF0EA
(236,240,234)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD599 color. Also use rgb(191,213,153) instead hex code.

Text Font Color

.myTextColor { color: #BFD599; }

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

This text font color is #BFD599.


Background Color

.myBgColor { background-color: #BFD599; }

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

This div background color is #BFD599.


Border color

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

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

This div border color is #BFD599.


Opacity

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

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

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

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

This text has shadow with #BFD599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD599 on black background.


Color preview on white background

This text has color #BFD599 on white background.



Black color preview on #BFD599 background

This text has black color on #BFD599 background.


White color preview on #BFD599 background

This text has white color on #BFD599 background.