COLOR #C5BEAF

HEX: #C5BEAF
RGB: (197,190,175)

Renk bilgisi

#C5BEAF contains red, green and blue colors in about the same proportion. #C5BEAF ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C5BEAF color RGB value is (197,190,175).

  • kırmız ton 197;
  • yeşil ton 190;
  • mavi ton 175.
RGB:
(197,190,175)
(77%,75%,69%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 190 of 255 = 75%
B 175 of 255 = 69%

197
190
175

R + G + B ~ 74%. #C5BEAF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 190 + 175 = 562 (100%)
R 197 of 562 ~ 35.05%
G 190 of 562 ~ 33.81%
B 175 of 562 ~ 31.14%

%35.05
%33.81
%31.14

CMYK RENK MODELİ

#C5BEAF rengi CMYK tonu (0,4,11,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.55%
  • sarı tonu 11.17%
  • ana renk tonu 22.75%
CMYK:
(0,4,11,23)
C0M4Y11K23 
(0%,4%,11%,23%)
(0.00/0.04/0.11/0.23)	

CMYK yüzdeleri

%0
%3.55
%11.17
%22.75

Codes

Color #C5BEAF in popluar color models

C5BEAF
RGB197190175
HSL41°15.94%72.94%
HSB/HSV41°11.17%77.25%
CMYK0.00%3.55%11.17%
22.75%

Color #C5BEAF in popluar number systems.

HEXC5BEAF
Decimal197190175
Binary110001011011111010101111
Octal305276257

Shades and tints

Shades of #C5BEAF

#C5BEAF
(197,190,175)
#B4ADA0
(180,173,160)
#A39C91
(163,156,145)
#928B82
(146,139,130)
#817A73
(129,122,115)
#706964
(112,105,100)
#5F5855
(95,88,85)
#4E4746
(78,71,70)
#3D3637
(61,54,55)
#2C2528
(44,37,40)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #C5BEAF

#C5BEAF
(197,190,175)
#CAC3B6
(202,195,182)
#CFC8BD
(207,200,189)
#D4CDC4
(212,205,196)
#D9D2CB
(217,210,203)
#DED7D2
(222,215,210)
#E3DCD9
(227,220,217)
#E8E1E0
(232,225,224)
#EDE6E7
(237,230,231)
#F2EBEE
(242,235,238)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BEAF; }

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

This text font color is #C5BEAF.


Background Color

.myBgColor { background-color: #C5BEAF; }

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

This div background color is #C5BEAF.


Border color

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

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

This div border color is #C5BEAF.


Opacity

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

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

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

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

This text has shadow with #C5BEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BEAF on black background.


Color preview on white background

This text has color #C5BEAF on white background.



Black color preview on #C5BEAF background

This text has black color on #C5BEAF background.


White color preview on #C5BEAF background

This text has white color on #C5BEAF background.