COLOR #B2CF69

HEX: #B2CF69 RGB: (178,207,105)

Color info

#B2CF69 contains mainly red and green colors. Web safe color of #B2CF69 is #99CC66 (or #9C6).

RGB color model

#B2CF69 color RGB value is (178,207,105).

RGB: (178,207,105) (70%, 81%, 41%)

RGB channels and saturation

R 178 of 255 = 70%
G 207 of 255 = 81%
B 105 of 255 = 41%

178
207
105

R + G + B ~ 64%. #B2CF69 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 207 + 105 = 490 (100%)
R 178 of 490 ~ 36.33%
G 207 of 490 ~ 42.24%
B 105 of 490 ~ 21.43'%

%36.33
%42.24
%21.43

CMYK color model

#B2CF69 color CMYK value is (14,0,49,19).

  • cyan value is 14.01%
  • magenta value is 0.00%
  • yellow value is 49.28%
  • key color value is 18.82%
CMYK: (14,0,49,19) C14M0Y49K19 (14%,0%,49%,19%) (0.14/0.00/0.49/0.19) 

CMYK percentages

%14.01
%0
%49.28
%18.82

Codes

Color #B2CF69 in popluar color models

B2 CF 69
RGB 178 207 105
HSL 77° 51.52% 61.18%
HSB/HSV 77° 49.28% 81.18%
CMYK 14.01% 0.00% 49.28%
18.82%

Color #B2CF69 in popluar number systems.

HEX B2 CF 69
Decimal 178 207 105
Binary 10110010 11001111 1101001
Octal 262 317 151

Shades and tints

Shades of #B2CF69

#B2CF69
(178,207,105)
#A2BD60
(162,189,96)
#92AB57
(146,171,87)
#82994E
(130,153,78)
#728745
(114,135,69)
#62753C
(98,117,60)
#526333
(82,99,51)
#42512A
(66,81,42)
#323F21
(50,63,33)
#222D18
(34,45,24)
#121B0F
(18,27,15)
#000000
(0,0,0)

Tints of #B2CF69

#B2CF69
(178,207,105)
#B9D376
(185,211,118)
#C0D783
(192,215,131)
#C7DB90
(199,219,144)
#CEDF9D
(206,223,157)
#D5E3AA
(213,227,170)
#DCE7B7
(220,231,183)
#E3EBC4
(227,235,196)
#EAEFD1
(234,239,209)
#F1F3DE
(241,243,222)
#F8F7EB
(248,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CF69 color. Also use rgb(178,207,105) instead hex code.

Text Font Color

.myTextColor { color: #B2CF69; }

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

This text font color is #B2CF69.

Background Color

.myBgColor { background-color: #B2CF69; }

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

This div background color is #B2CF69.

Border color

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

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

This div border color is #B2CF69.

Opacity

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

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

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

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

This text has shadow with #B2CF69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CF69.

Preview

Color preview on black background

This text has color #B2CF69 on black background.


Color preview on white background

This text has color #B2CF69 on white background.


Black color preview on #B2CF69 background

This text has black color on #B2CF69 background.


White color preview on #B2CF69 background

This text has white color on #B2CF69 background.


Related colors

Complementary color

Complementary color for #hex is #4D3096.


I love getcolorcode.com

Triadic colors

1 #69B2CF and #CF69B2 with #B2CF69 are triadic colors.

2 #69CFB2 and #CFB269 with #B2CF69 are triadic colors.