COLOR #C699C6

HEX: #C699C6
RGB: (198,153,198)

Renk bilgisi

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

RGB renk modeli

#C699C6 color RGB value is (198,153,198).

  • kırmız ton 198;
  • yeşil ton 153;
  • mavi ton 198.
RGB:
(198,153,198)
(78%,60%,78%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 153 of 255 = 60%
B 198 of 255 = 78%

198
153
198

R + G + B ~ 72%. #C699C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 153 + 198 = 549 (100%)
R 198 of 549 ~ 36.07%
G 153 of 549 ~ 27.87%
B 198 of 549 ~ 36.07%

%36.07
%27.87
%36.07

CMYK RENK MODELİ

#C699C6 rengi CMYK tonu (0,23,0,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.73%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(0,23,0,22)
C0M23Y0K22 
(0%,23%,0%,22%)
(0.00/0.23/0.00/0.22)	

CMYK yüzdeleri

%0
%22.73
%0
%22.35

Codes

Color #C699C6 in popluar color models

C699C6
RGB198153198
HSL300°28.30%68.82%
HSB/HSV300°22.73%77.65%
CMYK0.00%22.73%0.00%
22.35%

Color #C699C6 in popluar number systems.

HEXC699C6
Decimal198153198
Binary110001101001100111000110
Octal306231306

Shades and tints

Shades of #C699C6

#C699C6
(198,153,198)
#B48CB4
(180,140,180)
#A27FA2
(162,127,162)
#907290
(144,114,144)
#7E657E
(126,101,126)
#6C586C
(108,88,108)
#5A4B5A
(90,75,90)
#483E48
(72,62,72)
#363136
(54,49,54)
#242424
(36,36,36)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #C699C6

#C699C6
(198,153,198)
#CBA2CB
(203,162,203)
#D0ABD0
(208,171,208)
#D5B4D5
(213,180,213)
#DABDDA
(218,189,218)
#DFC6DF
(223,198,223)
#E4CFE4
(228,207,228)
#E9D8E9
(233,216,233)
#EEE1EE
(238,225,238)
#F3EAF3
(243,234,243)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C699C6; }

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

This text font color is #C699C6.


Background Color

.myBgColor { background-color: #C699C6; }

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

This div background color is #C699C6.


Border color

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

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

This div border color is #C699C6.


Opacity

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

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

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

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

This text has shadow with #C699C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C699C6 on black background.


Color preview on white background

This text has color #C699C6 on white background.



Black color preview on #C699C6 background

This text has black color on #C699C6 background.


White color preview on #C699C6 background

This text has white color on #C699C6 background.