COLOR #C5BBCC

HEX: #C5BBCC
RGB: (197,187,204)

Renk bilgisi

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

RGB renk modeli

#C5BBCC color RGB value is (197,187,204).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 187 of 255 = 73%
B 204 of 255 = 80%

197
187
204

R + G + B ~ 77%. #C5BBCC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 187 + 204 = 588 (100%)
R 197 of 588 ~ 33.5%
G 187 of 588 ~ 31.8%
B 204 of 588 ~ 34.69%

%33.5
%31.8
%34.69

CMYK RENK MODELİ

#C5BBCC rengi CMYK tonu (3,8,0,20).

  • camgöbeği tonu 3.43%
  • eflatun tonu 8.33%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(3,8,0,20)
C3M8Y0K20 
(3%,8%,0%,20%)
(0.03/0.08/0.00/0.20)	

CMYK yüzdeleri

%3.43
%8.33
%0
%20

Codes

Color #C5BBCC in popluar color models

C5BBCC
RGB197187204
HSL275°14.29%76.67%
HSB/HSV275°8.33%80.00%
CMYK3.43%8.33%0.00%
20.00%

Color #C5BBCC in popluar number systems.

HEXC5BBCC
Decimal197187204
Binary110001011011101111001100
Octal305273314

Shades and tints

Shades of #C5BBCC

#C5BBCC
(197,187,204)
#B4AABA
(180,170,186)
#A399A8
(163,153,168)
#928896
(146,136,150)
#817784
(129,119,132)
#706672
(112,102,114)
#5F5560
(95,85,96)
#4E444E
(78,68,78)
#3D333C
(61,51,60)
#2C222A
(44,34,42)
#1B1118
(27,17,24)
#000000
(0,0,0)

Tints of #C5BBCC

#C5BBCC
(197,187,204)
#CAC1D0
(202,193,208)
#CFC7D4
(207,199,212)
#D4CDD8
(212,205,216)
#D9D3DC
(217,211,220)
#DED9E0
(222,217,224)
#E3DFE4
(227,223,228)
#E8E5E8
(232,229,232)
#EDEBEC
(237,235,236)
#F2F1F0
(242,241,240)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BBCC; }

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

This text font color is #C5BBCC.


Background Color

.myBgColor { background-color: #C5BBCC; }

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

This div background color is #C5BBCC.


Border color

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

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

This div border color is #C5BBCC.


Opacity

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

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

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

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

This text has shadow with #C5BBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BBCC on black background.


Color preview on white background

This text has color #C5BBCC on white background.



Black color preview on #C5BBCC background

This text has black color on #C5BBCC background.


White color preview on #C5BBCC background

This text has white color on #C5BBCC background.