COLOR #C7C8E7

HEX: #C7C8E7
RGB: (199,200,231)

Renk bilgisi

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

RGB renk modeli

#C7C8E7 color RGB value is (199,200,231).

  • kırmız ton 199;
  • yeşil ton 200;
  • mavi ton 231.
RGB:
(199,200,231)
(78%,78%,91%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 200 of 255 = 78%
B 231 of 255 = 91%

199
200
231

R + G + B ~ 82%. #C7C8E7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 200 + 231 = 630 (100%)
R 199 of 630 ~ 31.59%
G 200 of 630 ~ 31.75%
B 231 of 630 ~ 36.67%

%31.59
%31.75
%36.67

CMYK RENK MODELİ

#C7C8E7 rengi CMYK tonu (14,13,0,9).

  • camgöbeği tonu 13.85%
  • eflatun tonu 13.42%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(14,13,0,9)
C14M13Y0K9 
(14%,13%,0%,9%)
(0.14/0.13/0.00/0.09)	

CMYK yüzdeleri

%13.85
%13.42
%0
%9.41

Codes

Color #C7C8E7 in popluar color models

C7C8E7
RGB199200231
HSL238°40.00%84.31%
HSB/HSV238°13.85%90.59%
CMYK13.85%13.42%0.00%
9.41%

Color #C7C8E7 in popluar number systems.

HEXC7C8E7
Decimal199200231
Binary110001111100100011100111
Octal307310347

Shades and tints

Shades of #C7C8E7

#C7C8E7
(199,200,231)
#B5B6D2
(181,182,210)
#A3A4BD
(163,164,189)
#9192A8
(145,146,168)
#7F8093
(127,128,147)
#6D6E7E
(109,110,126)
#5B5C69
(91,92,105)
#494A54
(73,74,84)
#37383F
(55,56,63)
#25262A
(37,38,42)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #C7C8E7

#C7C8E7
(199,200,231)
#CCCDE9
(204,205,233)
#D1D2EB
(209,210,235)
#D6D7ED
(214,215,237)
#DBDCEF
(219,220,239)
#E0E1F1
(224,225,241)
#E5E6F3
(229,230,243)
#EAEBF5
(234,235,245)
#EFF0F7
(239,240,247)
#F4F5F9
(244,245,249)
#F9FAFB
(249,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C8E7 color. Also use rgb(199,200,231) instead hex code.

Text Font Color

.myTextColor { color: #C7C8E7; }

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

This text font color is #C7C8E7.


Background Color

.myBgColor { background-color: #C7C8E7; }

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

This div background color is #C7C8E7.


Border color

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

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

This div border color is #C7C8E7.


Opacity

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

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

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

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

This text has shadow with #C7C8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C8E7 on black background.


Color preview on white background

This text has color #C7C8E7 on white background.



Black color preview on #C7C8E7 background

This text has black color on #C7C8E7 background.


White color preview on #C7C8E7 background

This text has white color on #C7C8E7 background.