COLOR #C4B993

HEX: #C4B993
RGB: (196,185,147)

Renk bilgisi

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

RGB renk modeli

#C4B993 color RGB value is (196,185,147).

  • kırmız ton 196;
  • yeşil ton 185;
  • mavi ton 147.
RGB:
(196,185,147)
(77%,73%,58%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 185 of 255 = 73%
B 147 of 255 = 58%

196
185
147

R + G + B ~ 69%. #C4B993 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 185 + 147 = 528 (100%)
R 196 of 528 ~ 37.12%
G 185 of 528 ~ 35.04%
B 147 of 528 ~ 27.84%

%37.12
%35.04
%27.84

CMYK RENK MODELİ

#C4B993 rengi CMYK tonu (0,6,25,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.61%
  • sarı tonu 25.00%
  • ana renk tonu 23.14%
CMYK:
(0,6,25,23)
C0M6Y25K23 
(0%,6%,25%,23%)
(0.00/0.06/0.25/0.23)	

CMYK yüzdeleri

%0
%5.61
%25
%23.14

Codes

Color #C4B993 in popluar color models

C4B993
RGB196185147
HSL47°29.34%67.25%
HSB/HSV47°25.00%76.86%
CMYK0.00%5.61%25.00%
23.14%

Color #C4B993 in popluar number systems.

HEXC4B993
Decimal196185147
Binary110001001011100110010011
Octal304271223

Shades and tints

Shades of #C4B993

#C4B993
(196,185,147)
#B3A986
(179,169,134)
#A29979
(162,153,121)
#91896C
(145,137,108)
#80795F
(128,121,95)
#6F6952
(111,105,82)
#5E5945
(94,89,69)
#4D4938
(77,73,56)
#3C392B
(60,57,43)
#2B291E
(43,41,30)
#1A1911
(26,25,17)
#000000
(0,0,0)

Tints of #C4B993

#C4B993
(196,185,147)
#C9BF9C
(201,191,156)
#CEC5A5
(206,197,165)
#D3CBAE
(211,203,174)
#D8D1B7
(216,209,183)
#DDD7C0
(221,215,192)
#E2DDC9
(226,221,201)
#E7E3D2
(231,227,210)
#ECE9DB
(236,233,219)
#F1EFE4
(241,239,228)
#F6F5ED
(246,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B993 color. Also use rgb(196,185,147) instead hex code.

Text Font Color

.myTextColor { color: #C4B993; }

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

This text font color is #C4B993.


Background Color

.myBgColor { background-color: #C4B993; }

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

This div background color is #C4B993.


Border color

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

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

This div border color is #C4B993.


Opacity

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

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

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

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

This text has shadow with #C4B993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B993 on black background.


Color preview on white background

This text has color #C4B993 on white background.



Black color preview on #C4B993 background

This text has black color on #C4B993 background.


White color preview on #C4B993 background

This text has white color on #C4B993 background.