COLOR #C5B1CC

HEX: #C5B1CC
RGB: (197,177,204)

Renk bilgisi

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

RGB renk modeli

#C5B1CC color RGB value is (197,177,204).

  • kırmız ton 197;
  • yeşil ton 177;
  • mavi ton 204.
RGB:
(197,177,204)
(77%,69%,80%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 177 of 255 = 69%
B 204 of 255 = 80%

197
177
204

R + G + B ~ 75%. #C5B1CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 177 + 204 = 578 (100%)
R 197 of 578 ~ 34.08%
G 177 of 578 ~ 30.62%
B 204 of 578 ~ 35.29%

%34.08
%30.62
%35.29

CMYK RENK MODELİ

#C5B1CC rengi CMYK tonu (3,13,0,20).

  • camgöbeği tonu 3.43%
  • eflatun tonu 13.24%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(3,13,0,20)
C3M13Y0K20 
(3%,13%,0%,20%)
(0.03/0.13/0.00/0.20)	

CMYK yüzdeleri

%3.43
%13.24
%0
%20

Codes

Color #C5B1CC in popluar color models

C5B1CC
RGB197177204
HSL284°20.93%74.71%
HSB/HSV284°13.24%80.00%
CMYK3.43%13.24%0.00%
20.00%

Color #C5B1CC in popluar number systems.

HEXC5B1CC
Decimal197177204
Binary110001011011000111001100
Octal305261314

Shades and tints

Shades of #C5B1CC

#C5B1CC
(197,177,204)
#B4A1BA
(180,161,186)
#A391A8
(163,145,168)
#928196
(146,129,150)
#817184
(129,113,132)
#706172
(112,97,114)
#5F5160
(95,81,96)
#4E414E
(78,65,78)
#3D313C
(61,49,60)
#2C212A
(44,33,42)
#1B1118
(27,17,24)
#000000
(0,0,0)

Tints of #C5B1CC

#C5B1CC
(197,177,204)
#CAB8D0
(202,184,208)
#CFBFD4
(207,191,212)
#D4C6D8
(212,198,216)
#D9CDDC
(217,205,220)
#DED4E0
(222,212,224)
#E3DBE4
(227,219,228)
#E8E2E8
(232,226,232)
#EDE9EC
(237,233,236)
#F2F0F0
(242,240,240)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B1CC color. Also use rgb(197,177,204) instead hex code.

Text Font Color

.myTextColor { color: #C5B1CC; }

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

This text font color is #C5B1CC.


Background Color

.myBgColor { background-color: #C5B1CC; }

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

This div background color is #C5B1CC.


Border color

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

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

This div border color is #C5B1CC.


Opacity

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

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

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

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

This text has shadow with #C5B1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B1CC on black background.


Color preview on white background

This text has color #C5B1CC on white background.



Black color preview on #C5B1CC background

This text has black color on #C5B1CC background.


White color preview on #C5B1CC background

This text has white color on #C5B1CC background.