COLOR #C9C6E8

HEX: #C9C6E8
RGB: (201,198,232)

Renk bilgisi

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

RGB renk modeli

#C9C6E8 color RGB value is (201,198,232).

  • kırmız ton 201;
  • yeşil ton 198;
  • mavi ton 232.
RGB:
(201,198,232)
(79%,78%,91%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 198 of 255 = 78%
B 232 of 255 = 91%

201
198
232

R + G + B ~ 83%. #C9C6E8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 198 + 232 = 631 (100%)
R 201 of 631 ~ 31.85%
G 198 of 631 ~ 31.38%
B 232 of 631 ~ 36.77%

%31.85
%31.38
%36.77

CMYK RENK MODELİ

#C9C6E8 rengi CMYK tonu (13,15,0,9).

  • camgöbeği tonu 13.36%
  • eflatun tonu 14.66%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(13,15,0,9)
C13M15Y0K9 
(13%,15%,0%,9%)
(0.13/0.15/0.00/0.09)	

CMYK yüzdeleri

%13.36
%14.66
%0
%9.02

Codes

Color #C9C6E8 in popluar color models

C9C6E8
RGB201198232
HSL245°42.50%84.31%
HSB/HSV245°14.66%90.98%
CMYK13.36%14.66%0.00%
9.02%

Color #C9C6E8 in popluar number systems.

HEXC9C6E8
Decimal201198232
Binary110010011100011011101000
Octal311306350

Shades and tints

Shades of #C9C6E8

#C9C6E8
(201,198,232)
#B7B4D3
(183,180,211)
#A5A2BE
(165,162,190)
#9390A9
(147,144,169)
#817E94
(129,126,148)
#6F6C7F
(111,108,127)
#5D5A6A
(93,90,106)
#4B4855
(75,72,85)
#393640
(57,54,64)
#27242B
(39,36,43)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #C9C6E8

#C9C6E8
(201,198,232)
#CDCBEA
(205,203,234)
#D1D0EC
(209,208,236)
#D5D5EE
(213,213,238)
#D9DAF0
(217,218,240)
#DDDFF2
(221,223,242)
#E1E4F4
(225,228,244)
#E5E9F6
(229,233,246)
#E9EEF8
(233,238,248)
#EDF3FA
(237,243,250)
#F1F8FC
(241,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C6E8 color. Also use rgb(201,198,232) instead hex code.

Text Font Color

.myTextColor { color: #C9C6E8; }

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

This text font color is #C9C6E8.


Background Color

.myBgColor { background-color: #C9C6E8; }

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

This div background color is #C9C6E8.


Border color

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

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

This div border color is #C9C6E8.


Opacity

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

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

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

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

This text has shadow with #C9C6E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C6E8 on black background.


Color preview on white background

This text has color #C9C6E8 on white background.



Black color preview on #C9C6E8 background

This text has black color on #C9C6E8 background.


White color preview on #C9C6E8 background

This text has white color on #C9C6E8 background.