COLOR #C9C8EE

HEX: #C9C8EE
RGB: (201,200,238)

Renk bilgisi

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

RGB renk modeli

#C9C8EE color RGB value is (201,200,238).

  • kırmız ton 201;
  • yeşil ton 200;
  • mavi ton 238.
RGB:
(201,200,238)
(79%,78%,93%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 200 of 255 = 78%
B 238 of 255 = 93%

201
200
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 200 + 238 = 639 (100%)
R 201 of 639 ~ 31.46%
G 200 of 639 ~ 31.3%
B 238 of 639 ~ 37.25%

%31.46
%31.3
%37.25

CMYK RENK MODELİ

#C9C8EE rengi CMYK tonu (16,16,0,7).

  • camgöbeği tonu 15.55%
  • eflatun tonu 15.97%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(16,16,0,7)
C16M16Y0K7 
(16%,16%,0%,7%)
(0.16/0.16/0.00/0.07)	

CMYK yüzdeleri

%15.55
%15.97
%0
%6.67

Codes

Color #C9C8EE in popluar color models

C9C8EE
RGB201200238
HSL242°52.78%85.88%
HSB/HSV242°15.97%93.33%
CMYK15.55%15.97%0.00%
6.67%

Color #C9C8EE in popluar number systems.

HEXC9C8EE
Decimal201200238
Binary110010011100100011101110
Octal311310356

Shades and tints

Shades of #C9C8EE

#C9C8EE
(201,200,238)
#B7B6D9
(183,182,217)
#A5A4C4
(165,164,196)
#9392AF
(147,146,175)
#81809A
(129,128,154)
#6F6E85
(111,110,133)
#5D5C70
(93,92,112)
#4B4A5B
(75,74,91)
#393846
(57,56,70)
#272631
(39,38,49)
#15141C
(21,20,28)
#000000
(0,0,0)

Tints of #C9C8EE

#C9C8EE
(201,200,238)
#CDCDEF
(205,205,239)
#D1D2F0
(209,210,240)
#D5D7F1
(213,215,241)
#D9DCF2
(217,220,242)
#DDE1F3
(221,225,243)
#E1E6F4
(225,230,244)
#E5EBF5
(229,235,245)
#E9F0F6
(233,240,246)
#EDF5F7
(237,245,247)
#F1FAF8
(241,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C8EE color. Also use rgb(201,200,238) instead hex code.

Text Font Color

.myTextColor { color: #C9C8EE; }

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

This text font color is #C9C8EE.


Background Color

.myBgColor { background-color: #C9C8EE; }

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

This div background color is #C9C8EE.


Border color

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

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

This div border color is #C9C8EE.


Opacity

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

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

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

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

This text has shadow with #C9C8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C8EE on black background.


Color preview on white background

This text has color #C9C8EE on white background.



Black color preview on #C9C8EE background

This text has black color on #C9C8EE background.


White color preview on #C9C8EE background

This text has white color on #C9C8EE background.