COLOR #C5B2AD

HEX: #C5B2AD
RGB: (197,178,173)

Renk bilgisi

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

RGB renk modeli

#C5B2AD color RGB value is (197,178,173).

  • kırmız ton 197;
  • yeşil ton 178;
  • mavi ton 173.
RGB:
(197,178,173)
(77%,70%,68%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 178 of 255 = 70%
B 173 of 255 = 68%

197
178
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 178 + 173 = 548 (100%)
R 197 of 548 ~ 35.95%
G 178 of 548 ~ 32.48%
B 173 of 548 ~ 31.57%

%35.95
%32.48
%31.57

CMYK RENK MODELİ

#C5B2AD rengi CMYK tonu (0,10,12,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.64%
  • sarı tonu 12.18%
  • ana renk tonu 22.75%
CMYK:
(0,10,12,23)
C0M10Y12K23 
(0%,10%,12%,23%)
(0.00/0.10/0.12/0.23)	

CMYK yüzdeleri

%0
%9.64
%12.18
%22.75

Codes

Color #C5B2AD in popluar color models

C5B2AD
RGB197178173
HSL13°17.14%72.55%
HSB/HSV13°12.18%77.25%
CMYK0.00%9.64%12.18%
22.75%

Color #C5B2AD in popluar number systems.

HEXC5B2AD
Decimal197178173
Binary110001011011001010101101
Octal305262255

Shades and tints

Shades of #C5B2AD

#C5B2AD
(197,178,173)
#B4A29E
(180,162,158)
#A3928F
(163,146,143)
#928280
(146,130,128)
#817271
(129,114,113)
#706262
(112,98,98)
#5F5253
(95,82,83)
#4E4244
(78,66,68)
#3D3235
(61,50,53)
#2C2226
(44,34,38)
#1B1217
(27,18,23)
#000000
(0,0,0)

Tints of #C5B2AD

#C5B2AD
(197,178,173)
#CAB9B4
(202,185,180)
#CFC0BB
(207,192,187)
#D4C7C2
(212,199,194)
#D9CEC9
(217,206,201)
#DED5D0
(222,213,208)
#E3DCD7
(227,220,215)
#E8E3DE
(232,227,222)
#EDEAE5
(237,234,229)
#F2F1EC
(242,241,236)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B2AD; }

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

This text font color is #C5B2AD.


Background Color

.myBgColor { background-color: #C5B2AD; }

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

This div background color is #C5B2AD.


Border color

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

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

This div border color is #C5B2AD.


Opacity

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

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

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

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

This text has shadow with #C5B2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B2AD on black background.


Color preview on white background

This text has color #C5B2AD on white background.



Black color preview on #C5B2AD background

This text has black color on #C5B2AD background.


White color preview on #C5B2AD background

This text has white color on #C5B2AD background.