COLOR #C5BEB0

HEX: #C5BEB0
RGB: (197,190,176)

Renk bilgisi

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

RGB renk modeli

#C5BEB0 color RGB value is (197,190,176).

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

RGB bağlantıları ve doygunluk

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

197
190
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 190 + 176 = 563 (100%)
R 197 of 563 ~ 34.99%
G 190 of 563 ~ 33.75%
B 176 of 563 ~ 31.26%

%34.99
%33.75
%31.26

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.55%
  • sarı tonu 10.66%
  • 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
%10.66
%22.75

Codes

Color #C5BEB0 in popluar color models

C5BEB0
RGB197190176
HSL40°15.33%73.14%
HSB/HSV40°10.66%77.25%
CMYK0.00%3.55%10.66%
22.75%

Color #C5BEB0 in popluar number systems.

HEXC5BEB0
Decimal197190176
Binary110001011011111010110000
Octal305276260

Shades and tints

Shades of #C5BEB0

#C5BEB0
(197,190,176)
#B4ADA0
(180,173,160)
#A39C90
(163,156,144)
#928B80
(146,139,128)
#817A70
(129,122,112)
#706960
(112,105,96)
#5F5850
(95,88,80)
#4E4740
(78,71,64)
#3D3630
(61,54,48)
#2C2520
(44,37,32)
#1B1410
(27,20,16)
#000000
(0,0,0)

Tints of #C5BEB0

#C5BEB0
(197,190,176)
#CAC3B7
(202,195,183)
#CFC8BE
(207,200,190)
#D4CDC5
(212,205,197)
#D9D2CC
(217,210,204)
#DED7D3
(222,215,211)
#E3DCDA
(227,220,218)
#E8E1E1
(232,225,225)
#EDE6E8
(237,230,232)
#F2EBEF
(242,235,239)
#F7F0F6
(247,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BEB0; }

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

This text font color is #C5BEB0.


Background Color

.myBgColor { background-color: #C5BEB0; }

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

This div background color is #C5BEB0.


Border color

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

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

This div border color is #C5BEB0.


Opacity

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

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

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

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

This text has shadow with #C5BEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BEB0 on black background.


Color preview on white background

This text has color #C5BEB0 on white background.



Black color preview on #C5BEB0 background

This text has black color on #C5BEB0 background.


White color preview on #C5BEB0 background

This text has white color on #C5BEB0 background.