COLOR #C6B2E7

HEX: #C6B2E7
RGB: (198,178,231)

Renk bilgisi

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

RGB renk modeli

#C6B2E7 color RGB value is (198,178,231).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 178 of 255 = 70%
B 231 of 255 = 91%

198
178
231

R + G + B ~ 80%. #C6B2E7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 178 + 231 = 607 (100%)
R 198 of 607 ~ 32.62%
G 178 of 607 ~ 29.32%
B 231 of 607 ~ 38.06%

%32.62
%29.32
%38.06

CMYK RENK MODELİ

#C6B2E7 rengi CMYK tonu (14,23,0,9).

  • camgöbeği tonu 14.29%
  • eflatun tonu 22.94%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(14,23,0,9)
C14M23Y0K9 
(14%,23%,0%,9%)
(0.14/0.23/0.00/0.09)	

CMYK yüzdeleri

%14.29
%22.94
%0
%9.41

Codes

Color #C6B2E7 in popluar color models

C6B2E7
RGB198178231
HSL263°52.48%80.20%
HSB/HSV263°22.94%90.59%
CMYK14.29%22.94%0.00%
9.41%

Color #C6B2E7 in popluar number systems.

HEXC6B2E7
Decimal198178231
Binary110001101011001011100111
Octal306262347

Shades and tints

Shades of #C6B2E7

#C6B2E7
(198,178,231)
#B4A2D2
(180,162,210)
#A292BD
(162,146,189)
#9082A8
(144,130,168)
#7E7293
(126,114,147)
#6C627E
(108,98,126)
#5A5269
(90,82,105)
#484254
(72,66,84)
#36323F
(54,50,63)
#24222A
(36,34,42)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #C6B2E7

#C6B2E7
(198,178,231)
#CBB9E9
(203,185,233)
#D0C0EB
(208,192,235)
#D5C7ED
(213,199,237)
#DACEEF
(218,206,239)
#DFD5F1
(223,213,241)
#E4DCF3
(228,220,243)
#E9E3F5
(233,227,245)
#EEEAF7
(238,234,247)
#F3F1F9
(243,241,249)
#F8F8FB
(248,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B2E7 color. Also use rgb(198,178,231) instead hex code.

Text Font Color

.myTextColor { color: #C6B2E7; }

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

This text font color is #C6B2E7.


Background Color

.myBgColor { background-color: #C6B2E7; }

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

This div background color is #C6B2E7.


Border color

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

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

This div border color is #C6B2E7.


Opacity

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

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

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

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

This text has shadow with #C6B2E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B2E7 on black background.


Color preview on white background

This text has color #C6B2E7 on white background.



Black color preview on #C6B2E7 background

This text has black color on #C6B2E7 background.


White color preview on #C6B2E7 background

This text has white color on #C6B2E7 background.