COLOR #C3BEAF

HEX: #C3BEAF RGB: (195,190,175)

Color info

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

RGB color model

#C3BEAF color RGB value is (195,190,175).

RGB: (195,190,175) (76%, 75%, 69%)

RGB channels and saturation

R 195 of 255 = 76%
G 190 of 255 = 75%
B 175 of 255 = 69%

195
190
175

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

Portions of RGB colors in percentages

R + G + B = 195 + 190 + 175 = 560 (100%)
R 195 of 560 ~ 34.82%
G 190 of 560 ~ 33.93%
B 175 of 560 ~ 31.25'%

%34.82
%33.93
%31.25

CMYK color model

#C3BEAF color CMYK value is (0,3,10,24).

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 10.26%
  • key color value is 23.53%

CMYK: (0,3,10,24)
C0M3Y10K24 (0%, 3%, 10%, 24%)
(0.00 / 0.03 / 0.10 / 0.24)

CMYK percentages

%0
%2.56
%10.26
%23.53

Codes

Color #C3BEAF in popluar color models

C3 BE AF
RGB 195 190 175
HSL 45° 14.29% 72.55%
HSB/HSV 45° 10.26% 76.47%
CMYK 0.00% 2.56% 10.26%
23.53%

Color #C3BEAF in popluar number systems.

HEX C3 BE AF
Decimal 195 190 175
Binary 11000011 10111110 10101111
Octal 303 276 257

Shades and tints

Shades of #C3BEAF

#C3BEAF
(195,190,175)
#B2ADA0
(178,173,160)
#A19C91
(161,156,145)
#908B82
(144,139,130)
#7F7A73
(127,122,115)
#6E6964
(110,105,100)
#5D5855
(93,88,85)
#4C4746
(76,71,70)
#3B3637
(59,54,55)
#2A2528
(42,37,40)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #C3BEAF

#C3BEAF
(195,190,175)
#C8C3B6
(200,195,182)
#CDC8BD
(205,200,189)
#D2CDC4
(210,205,196)
#D7D2CB
(215,210,203)
#DCD7D2
(220,215,210)
#E1DCD9
(225,220,217)
#E6E1E0
(230,225,224)
#EBE6E7
(235,230,231)
#F0EBEE
(240,235,238)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3BEAF color. Also use rgb(195,190,175) instead hex code.

Text Font Color

.myTextColor { color: #C3BEAF; }

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

This text font color is #C3BEAF.

Background Color

.myBgColor { background-color: #C3BEAF; }

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

This div background color is #C3BEAF.

Border color

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

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

This div border color is #C3BEAF.

Opacity

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

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

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

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

This text has shadow with #C3BEAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BEAF.

Preview

Color preview on black background

This text has color #C3BEAF on black background.


Color preview on white background

This text has color #C3BEAF on white background.


Black color preview on #C3BEAF background

This text has black color on #C3BEAF background.


White color preview on #C3BEAF background

This text has white color on #C3BEAF background.


Related colors

Complementary color

Complementary color for #hex is #3C4150.


I love getcolorcode.com

Triadic colors

1 #AFC3BE and #BEAFC3 with #C3BEAF are triadic colors.

2 #AFBEC3 and #BEC3AF with #C3BEAF are triadic colors.