COLOR #C6BDA4

HEX: #C6BDA4 RGB: (198,189,164)

Color info

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

RGB color model

#C6BDA4 color RGB value is (198,189,164).

RGB: (198,189,164) (78%, 74%, 64%)

RGB channels and saturation

R 198 of 255 = 78%
G 189 of 255 = 74%
B 164 of 255 = 64%

198
189
164

R + G + B ~ 72%. #C6BDA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 189 + 164 = 551 (100%)
R 198 of 551 ~ 35.93%
G 189 of 551 ~ 34.3%
B 164 of 551 ~ 29.76'%

%35.93
%34.3
%29.76

CMYK color model

#C6BDA4 color CMYK value is (0,5,17,22).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 17.17%
  • key color value is 22.35%

CMYK: (0,5,17,22)
C0M5Y17K22 (0%, 5%, 17%, 22%)
(0.00 / 0.05 / 0.17 / 0.22)

CMYK percentages

%0
%4.55
%17.17
%22.35

Codes

Color #C6BDA4 in popluar color models

C6 BD A4
RGB 198 189 164
HSL 44° 22.97% 70.98%
HSB/HSV 44° 17.17% 77.65%
CMYK 0.00% 4.55% 17.17%
22.35%

Color #C6BDA4 in popluar number systems.

HEX C6 BD A4
Decimal 198 189 164
Binary 11000110 10111101 10100100
Octal 306 275 244

Shades and tints

Shades of #C6BDA4

#C6BDA4
(198,189,164)
#B4AC96
(180,172,150)
#A29B88
(162,155,136)
#908A7A
(144,138,122)
#7E796C
(126,121,108)
#6C685E
(108,104,94)
#5A5750
(90,87,80)
#484642
(72,70,66)
#363534
(54,53,52)
#242426
(36,36,38)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #C6BDA4

#C6BDA4
(198,189,164)
#CBC3AC
(203,195,172)
#D0C9B4
(208,201,180)
#D5CFBC
(213,207,188)
#DAD5C4
(218,213,196)
#DFDBCC
(223,219,204)
#E4E1D4
(228,225,212)
#E9E7DC
(233,231,220)
#EEEDE4
(238,237,228)
#F3F3EC
(243,243,236)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BDA4 color. Also use rgb(198,189,164) instead hex code.

Text Font Color

.myTextColor { color: #C6BDA4; }

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

This text font color is #C6BDA4.

Background Color

.myBgColor { background-color: #C6BDA4; }

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

This div background color is #C6BDA4.

Border color

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

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

This div border color is #C6BDA4.

Opacity

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

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

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

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

This text has shadow with #C6BDA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BDA4.

Preview

Color preview on black background

This text has color #C6BDA4 on black background.


Color preview on white background

This text has color #C6BDA4 on white background.


Black color preview on #C6BDA4 background

This text has black color on #C6BDA4 background.


White color preview on #C6BDA4 background

This text has white color on #C6BDA4 background.


Related colors

Complementary color

Complementary color for #hex is #39425B.


I love getcolorcode.com

Triadic colors

1 #A4C6BD and #BDA4C6 with #C6BDA4 are triadic colors.

2 #A4BDC6 and #BDC6A4 with #C6BDA4 are triadic colors.