COLOR #C5B2CC

HEX: #C5B2CC
RGB: (197,178,204)

Renk bilgisi

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

RGB renk modeli

#C5B2CC color RGB value is (197,178,204).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 178 of 255 = 70%
B 204 of 255 = 80%

197
178
204

R + G + B ~ 76%. #C5B2CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 178 + 204 = 579 (100%)
R 197 of 579 ~ 34.02%
G 178 of 579 ~ 30.74%
B 204 of 579 ~ 35.23%

%34.02
%30.74
%35.23

CMYK RENK MODELİ

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

  • camgöbeği tonu 3.43%
  • eflatun tonu 12.75%
  • 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
%12.75
%0
%20

Codes

Color #C5B2CC in popluar color models

C5B2CC
RGB197178204
HSL284°20.31%74.90%
HSB/HSV284°12.75%80.00%
CMYK3.43%12.75%0.00%
20.00%

Color #C5B2CC in popluar number systems.

HEXC5B2CC
Decimal197178204
Binary110001011011001011001100
Octal305262314

Shades and tints

Shades of #C5B2CC

#C5B2CC
(197,178,204)
#B4A2BA
(180,162,186)
#A392A8
(163,146,168)
#928296
(146,130,150)
#817284
(129,114,132)
#706272
(112,98,114)
#5F5260
(95,82,96)
#4E424E
(78,66,78)
#3D323C
(61,50,60)
#2C222A
(44,34,42)
#1B1218
(27,18,24)
#000000
(0,0,0)

Tints of #C5B2CC

#C5B2CC
(197,178,204)
#CAB9D0
(202,185,208)
#CFC0D4
(207,192,212)
#D4C7D8
(212,199,216)
#D9CEDC
(217,206,220)
#DED5E0
(222,213,224)
#E3DCE4
(227,220,228)
#E8E3E8
(232,227,232)
#EDEAEC
(237,234,236)
#F2F1F0
(242,241,240)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B2CC; }

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

This text font color is #C5B2CC.


Background Color

.myBgColor { background-color: #C5B2CC; }

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

This div background color is #C5B2CC.


Border color

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

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

This div border color is #C5B2CC.


Opacity

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

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

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

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

This text has shadow with #C5B2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B2CC on black background.


Color preview on white background

This text has color #C5B2CC on white background.



Black color preview on #C5B2CC background

This text has black color on #C5B2CC background.


White color preview on #C5B2CC background

This text has white color on #C5B2CC background.