COLOR #7699CB

HEX: #7699CB RGB: (118,153,203)

Color info

#7699CB contains mainly green and blue colors. Web safe color of #7699CB is #6699CC (or #69C).

RGB color model

#7699CB color RGB value is (118,153,203).

RGB: (118,153,203) (46%, 60%, 80%)

RGB channels and saturation

R 118 of 255 = 46%
G 153 of 255 = 60%
B 203 of 255 = 80%

118
153
203

R + G + B ~ 62%. #7699CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 153 + 203 = 474 (100%)
R 118 of 474 ~ 24.89%
G 153 of 474 ~ 32.28%
B 203 of 474 ~ 42.83'%

%24.89
%32.28
%42.83

CMYK color model

#7699CB color CMYK value is (42,25,0,20).

  • cyan value is 41.87%
  • magenta value is 24.63%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (42,25,0,20)
C42M25Y0K20 (42%, 25%, 0%, 20%)
(0.42 / 0.25 / 0.00 / 0.20)

CMYK percentages

%41.87
%24.63
%0
%20.39

Codes

Color #7699CB in popluar color models

76 99 CB
RGB 118 153 203
HSL 215° 44.97% 62.94%
HSB/HSV 215° 41.87% 79.61%
CMYK 41.87% 24.63% 0.00%
20.39%

Color #7699CB in popluar number systems.

HEX 76 99 CB
Decimal 118 153 203
Binary 1110110 10011001 11001011
Octal 166 231 313

Shades and tints

Shades of #7699CB

#7699CB
(118,153,203)
#6C8CB9
(108,140,185)
#627FA7
(98,127,167)
#587295
(88,114,149)
#4E6583
(78,101,131)
#445871
(68,88,113)
#3A4B5F
(58,75,95)
#303E4D
(48,62,77)
#26313B
(38,49,59)
#1C2429
(28,36,41)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #7699CB

#7699CB
(118,153,203)
#82A2CF
(130,162,207)
#8EABD3
(142,171,211)
#9AB4D7
(154,180,215)
#A6BDDB
(166,189,219)
#B2C6DF
(178,198,223)
#BECFE3
(190,207,227)
#CAD8E7
(202,216,231)
#D6E1EB
(214,225,235)
#E2EAEF
(226,234,239)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7699CB color. Also use rgb(118,153,203) instead hex code.

Text Font Color

.myTextColor { color: #7699CB; }

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

This text font color is #7699CB.

Background Color

.myBgColor { background-color: #7699CB; }

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

This div background color is #7699CB.

Border color

.myBorderColor { border: 1px solid #7699CB; }

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

This div border color is #7699CB.

Opacity

.myOpacity80 { color: #7699CB; opacity: 0.8; }

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

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

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

This text has shadow with #7699CB color.


.textShadow {text-shadow: 3px 3px 1px #7699CB', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7699CB; -webkit-box-shadow: 1px 1px 3px 2px #7699CB; box-shadow:1px 1px 3px 2px #7699CB;">
Div content here
</div>

This div box has shadow with color #7699CB.

Preview

Color preview on black background

This text has color #7699CB on black background.


Color preview on white background

This text has color #7699CB on white background.


Black color preview on #7699CB background

This text has black color on #7699CB background.


White color preview on #7699CB background

This text has white color on #7699CB background.


Related colors

Complementary color

Complementary color for #hex is #896634.


I love getcolorcode.com

Triadic colors

1 #CB7699 and #99CB76 with #7699CB are triadic colors.

2 #CB9976 and #9976CB with #7699CB are triadic colors.