COLOR #B2CCAD

HEX: #B2CCAD RGB: (178,204,173)

Color info

#B2CCAD contains red, green and blue colors in about the same proportion. Web safe color of #B2CCAD is #99CC99 (or #9C9).

RGB color model

#B2CCAD color RGB value is (178,204,173).

RGB: (178,204,173) (70%, 80%, 68%)

RGB channels and saturation

R 178 of 255 = 70%
G 204 of 255 = 80%
B 173 of 255 = 68%

178
204
173

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

Portions of RGB colors in percentages

R + G + B = 178 + 204 + 173 = 555 (100%)
R 178 of 555 ~ 32.07%
G 204 of 555 ~ 36.76%
B 173 of 555 ~ 31.17'%

%32.07
%36.76
%31.17

CMYK color model

#B2CCAD color CMYK value is (13,0,15,20).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 20.00%

CMYK: (13,0,15,20)
C13M0Y15K20 (13%, 0%, 15%, 20%)
(0.13 / 0.00 / 0.15 / 0.20)

CMYK percentages

%12.75
%0
%15.2
%20

Codes

Color #B2CCAD in popluar color models

B2 CC AD
RGB 178 204 173
HSL 110° 23.31% 73.92%
HSB/HSV 110° 15.20% 80.00%
CMYK 12.75% 0.00% 15.20%
20.00%

Color #B2CCAD in popluar number systems.

HEX B2 CC AD
Decimal 178 204 173
Binary 10110010 11001100 10101101
Octal 262 314 255

Shades and tints

Shades of #B2CCAD

#B2CCAD
(178,204,173)
#A2BA9E
(162,186,158)
#92A88F
(146,168,143)
#829680
(130,150,128)
#728471
(114,132,113)
#627262
(98,114,98)
#526053
(82,96,83)
#424E44
(66,78,68)
#323C35
(50,60,53)
#222A26
(34,42,38)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #B2CCAD

#B2CCAD
(178,204,173)
#B9D0B4
(185,208,180)
#C0D4BB
(192,212,187)
#C7D8C2
(199,216,194)
#CEDCC9
(206,220,201)
#D5E0D0
(213,224,208)
#DCE4D7
(220,228,215)
#E3E8DE
(227,232,222)
#EAECE5
(234,236,229)
#F1F0EC
(241,240,236)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CCAD color. Also use rgb(178,204,173) instead hex code.

Text Font Color

.myTextColor { color: #B2CCAD; }

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

This text font color is #B2CCAD.

Background Color

.myBgColor { background-color: #B2CCAD; }

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

This div background color is #B2CCAD.

Border color

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

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

This div border color is #B2CCAD.

Opacity

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

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

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

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

This text has shadow with #B2CCAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CCAD.

Preview

Color preview on black background

This text has color #B2CCAD on black background.


Color preview on white background

This text has color #B2CCAD on white background.


Black color preview on #B2CCAD background

This text has black color on #B2CCAD background.


White color preview on #B2CCAD background

This text has white color on #B2CCAD background.


Related colors

Complementary color

Complementary color for #hex is #4D3352.


I love getcolorcode.com

Triadic colors

1 #ADB2CC and #CCADB2 with #B2CCAD are triadic colors.

2 #ADCCB2 and #CCB2AD with #B2CCAD are triadic colors.